Fields
This topic lists all the fields in the MQCXP structure and describes each field.
- StrucId (MQCHAR4)
This field specifies the structure identifier. - Version (MQLONG)
This field specifies the structure version number. - ExitId (MQLONG)
This field specifies the type of exit being called and is set on entry to the exit routine. - ExitReason (MQLONG)
This field specifies the reason why the exit is being called and is set on entry to the exit routine. - ExitResponse (MQLONG)
This field specifies the response from the exit. - ExitResponse2 (MQLONG)
This field specifies the secondary response from the exit. - Feedback (MQLONG)
This field specifies the feedback code. - MaxSegmentLength (MQLONG)
This field specifies the maximum length in bytes that can be sent in a single transmission. - ExitUserArea (MQBYTE16)
This field specifies the exit user area - a field available for the exit to use. - ExitData (MQCHAR32)
This field specifies the exit data. - MsgRetryCount (MQLONG)
This field specifies the number of times the message has been retried. - MsgRetryInterval (MQLONG)
This field specifies the minimum interval in milliseconds after which the put operation is retried. - MsgRetryReason (MQLONG)
This field specifies the reason code from the previous attempt to put the message. - HeaderLength (MQLONG)
This field specifies the length of header information. - PartnerName (MQCHAR48)
This field specifies the name of the partner. - FAPLevel (MQLONG)
Negotiated Formats and Protocols level. - CapabilityFlags (MQLONG)
We can set the capability flag to either MQCF_NONE or MQCF_DIST_LISTS. - ExitNumber (MQLONG)
This field specifies the ordinal number of the exit. - ExitSpace (MQLONG)
This field specifies the number of bytes in the transmission buffer reserved for the exit to use. - SSLCertUserId (MQCHAR12)
This field specifies the UserId associated with the remote certificate. - SSLRemCertIssNameLength (MQLONG)
This field specifies the length in bytes of the full Distinguished Name of the issuer of the remote certificate pointed to by SSLCertRemoteIssuerNamePtr. - SSLRemCertIssNamePtr (PMQVOID)
This field specifies the address of the full Distinguished Name of the issuer of the remote certificate. - SecurityParms (PMQCSP)
This field specifies the address of the MQCSP structure used to specify a user ID and password. - CurHdrCompression (MQLONG)
This field specifies which technique is currently being used to compress the header data. - CurMsgCompression (MQLONG)
This field specifies which technique is currently being used to compress the message data. - Hconn (MQHCONN)
This field specifies the connection handle that the exit uses if it needs to make any MQI calls within the exit. - SharingConversations (MQBOOL)
This field specifies whether the conversation is the only one that can currently be running on this channel instance, or whether more than one conversation can currently be running on this channel instance. - MCAUserSource (MQLONG)
This field specifies the source of the provided MCA user ID. - pEntryPoints (PMQIEP)
This field specifies the address of the interface entry point for the MQI or DCI call. - RemoteProduct (MQCHAR4)
This field specifies the remote product name. - RemoteVersion (MQCHAR8)
This field specifies the name of the remote version.
Parent topic: MQCXP - Channel exit parameter