C declaration
typedef struct tagMQEPH MQEPH; struct tagMQDH { MQCHAR4 StrucId; /* Structure identifier */ MQLONG Version; /* Structure version number */ MQLONG StrucLength; /* Total length of MQEPH including the MQCFH and parameter structures that follow it */ MQLONG Encoding; /* Numeric encoding of data that follows last PCF parameter structure */ MQLONG CodedCharSetId; /* Character set identifier of data that follows last PCF parameter structure */ MQCHAR8 Format; /* Format name of data that follows last PCF parameter structure */ MQLONG Flags; /* Flags */ MQCFH PCFHeader; /* Programmable command format header */ };Parent topic: Initial values and language declarations for MQEPH