Initial values and language declarations for MQCTLO

Control options structure - Initial values

Field name Name of constant Value of constant
StrucId MQCTLO_STRUC_ID 'CTLO'
Version MQCTLO_VERSION_1 1
Options MQCTLO_NONE Nulls
Reserved Reserved field  
ConnectionArea None Null pointer or null bytes
Notes:
  1. In the C programming language, the macro variable MQCTLO_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:
    MQCTLO MyCTLO = {MQCTLO_DEFAULT};
    

Parent topic: MQCTLO - Control callback options structure