Initial values and language declarations for MQPD

Field name Name of constant Value of constant
StrucId MQPD_STRUC_ID 'PD'
Version MQPD_VERSION_1 1
Options MQPD_NONE 0
Support MQPD_SUPPORT_OPTIONAL 0
Context MQPD_NO_CONTEXT 0
CopyOptions MQCOPY_DEFAULT 0
Notes:
  1. In the C programming language, the macro variable MQPD_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:
    MQPD MyPD = {MQPD_DEFAULT};
    

Parent topic: MQPD - Property descriptor