Initial values and language declarations for MQDMPO

Delete message property options structure - Initial values

Field name Name of constant Value of constant
StrucId MQDMPO_STRUC_ID 'DMPO'
Version MQDMPO_VERSION_1 1
Options Options that control the action of MQDLTMP MQDMPO_NONE
Notes:
  1. In the C programming language, the macro variable MQDMPO_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:
    MQDMPO MyDMPO = {MQDMPO_DEFAULT};
    

Parent topic: MQDMPO - Delete message property options