Initial values and language declarations for MQSRO

Field name Name of constant Value of constant
StrucId MQSRO_STRUC_ID 'SRO¬'
Version MQSRO_VERSION_1 1
Options MQSRO_NONE 0
NumPubs None 0
Notes:
  1. The symbol ¬ represents a single blank character.
  2. In the C programming language, the macro variable MQSRO_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:
    MQSRO MySRO = {MQSRO_DEFAULT};
    

Parent topic: MQSRO - Subscription request options