C declaration
typedef struct tagMQRFH2 MQRFH2;
struct tagMQRFH2 {
MQCHAR4 StrucId; /* Structure identifier */
MQLONG Version; /* Structure version number */
MQLONG StrucLength; /* Total length of MQRFH2 including all
NameValueLength and NameValueData
fields */
MQLONG Encoding; /* Numeric encoding of data that follows
last NameValueData field */
MQLONG CodedCharSetId; /* Character set identifier of data that
follows last NameValueData field */
MQCHAR8 Format; /* Format name of data that follows last
NameValueData field */
MQLONG Flags; /* Flags */
MQLONG NameValueCCSID; /* Character set identifier of
NameValueData */
};