Initial values and language declarations for MQDMHO

Field name Name of constant Value of constant
StrucId MQDMHO_STRUC_ID 'DMHO'
Version MQDMHO_VERSION_1 1
Options MQDMHO_NONE 0
Notes:
  1. In the C programming language, the macro variable MQDMHO_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:
    MQDMHO MyDMHO = {MQDMHO_DEFAULT};
    

Parent topic: MQDMHO - Delete message handle options