Initial values and language declarations for MQDMPO

Delete message property options structure - Initial values

Table 1. Initial values of fields in MQDPMO
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 listed above. Use it in the following way to provide initial values for the fields in the structure:
    
    MQDMPO MyDMPO = {MQDMPO_DEFAULT};