MQCNO - Connect options
The following table summarizes the fields in the structure.
Field | Description | Topic |
---|---|---|
StrucId | Structure identifier | StrucId |
Version | Structure version number | Version |
Options | Options that control the action of MQCONNX | Options |
Note: The remaining fields are ignored if Version is less than MQCNO_VERSION_2. | ||
ClientConnOffset | Offset of MQCD structure for client connection | ClientConnOffset |
ClientConnPtr | Address of MQCD structure for client connection | ClientConnPtr |
Note: The remaining fields are ignored if Version is less than MQCNO_VERSION_3. | ||
ConnTag | Queue manager connection tag | ConnTag |
Note: The remaining fields are ignored if Version is less than MQCNO_VERSION_4. | ||
SSLConfigPtr | Address of MQSCO structure for client connection | SSLConfigPtr |
SSLConfigOffset | Offset of MQSCO structure for client connection | SSLConfigOffset |
Note: The remaining fields are ignored if Version is less than MQCNO_VERSION_5. | ||
ConnectionId | Unique connection ID | ConnectionId |
SecurityParmsOffset | Security parameters | SecurityParmsOffset |
SecurityParmsPtr | Security parameters | SecurityParmsPtr |
Note: The remaining fields are ignored if Version is less than MQCNO_VERSION_6. | ||
CCDTUrlPtr | CCDT URL pointer | CCDTUrlPtr |
CCDTUrlOffset | CCDT URL offset | CCDTUrlOffset |
CCDTUrlLength | CCDT URL length | CCDTUrlLength |
Reserved | Reserved field | Reserved |
Note: The remaining fields are ignored if Version is less than MQCNO_VERSION_7. | ||
ApplName | Name set by the application | ApplName |
Reserved2 | Reserved field | Reserved2 |
Parent topic: Data types used in the MQI
Related information