Initial values and language declarations for MQCMHO

Field name Name of constant Value of constant
StrucId MQCMHO_STRUC_ID 'CMHO'
Version MQCMHO_VERSION_1 1
Options MQCMHO_DEFAULT_VALIDATION 0
Notes:
  1. In the C programming language, the macro variable MQCMHO_DEFAULT contains the values that are listed in the table. It can be used in the following way to provide initial values for the fields in the structure:
    MQCMHO MyCMHO = {MQCMHO_DEFAULT};
    

Parent topic: MQCMHO - Create message handle options