Initial values and language declarations for MQIMPO

Inquire message property options structure - Initial values

Field name Name of constant Value of constant
StrucId MQIMPO_STRUC_ID 'IMPO'
Version MQIMPO_VERSION_1 1
Options MQIMPO_INQ_FIRST  
RequestedEncoding MQENC_NATIVE  
RequestedCCSID MQCCSI_APPL  
ReturnedEncoding MQENC_NATIVE  
ReturnedCCSID 0  
Reserved1 0  
ReturnedName MQCHARV_DEFAULT  
TypeString Null string or blanks  
Notes:
  1. The value Null string or blanks denotes the null string in C, and blank characters in other programming languages.
  2. In the C programming language, the macro variable MQIMPO_DEFAULT contains the values that are listed in the table. Use it in the following way to provide initial values for the fields in the structure:
    MQIMPO MyIMPO = {MQIMPO_DEFAULT};
    

Parent topic: MQIMPO - Inquire message property options