C declaration for MQCNO
typedef struct tagMQCNO MQCNO; struct tagMQCNO { MQCHAR4 StrucId; /* Structure identifier */ MQLONG Version; /* Structure version number */ MQLONG Options; /* Options that control the action of MQCONNX */ MQLONG ClientConnOffset; /* Offset of MQCD structure for client connection */ MQPTR ClientConnPtr; /* Address of MQCD structure for client connection */ MQBYTE128 ConnTag; /* Queue managerconnection tag */ PMQSCO SSLConfigPtr; /* Address of MQSCO structure for client connection */ MQLONG SSLConfigOffset; /* Offset of MQSCO structure for client connection */ MQBYTE24 ConnectionId; /* Unique connection identifier */ MQLONG SecurityParmsOffset /* Security fields */ PMQCSP SecurityParmsPtr /* Security parameters */ };Parent topic: Initial values and language declarations for MQCNO