Initial values and language declarations for MQBO

Field name Name of constant Value of constant
StrucId MQBO_STRUC_ID 'BO¬¬'
Version MQBO_VERSION_1 1
Options MQBO_NONE 0
Notes:
  1. The symbol ¬ represents a single blank character.
  2. In the C programming language, the macro variable MQBO_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:
    MQBO MyBO = {MQBO_DEFAULT};
    

Parent topic: MQBO - Begin options