C declaration for MQIMPO
Inquire message property options structure - C language declaration
typedef struct tagMQIMPO MQIMPO; struct tagMQIMPO { MQCHAR4 StrucId; /* Structure identifier */ MQLONG Version; /* Structure version number */ MQLONG Options; /* Options that control the action of MQINQMP */ MQLONG RequestedEncoding; /* Requested encoding of Value */ MQLONG RequestedCCSID; /* Requested character set identifier of Value */ MQLONG ReturnedEncoding; /* Returned encoding of Value */ MQLONG ReturnedCCSID; /* Returned character set identifier of Value */ MQCHAR Reserved1 /* Reserved field */ MQCHARV ReturnedName; /* Returned property name */ MQCHAR8 TypeString; /* Property data type as a string */ };Parent topic: Initial values and language declarations for MQIMPO