Initial values and language declarations for MQOR

Field name Name of constant Value of constant
ObjectName None Null string or blanks
ObjectQMgrName None Null string or blanks
Notes:
  1. The value Null string or blanks denotes the null string in C, and blank characters in other programming languages.
  2. In the C programming language, the macro variable MQOR_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:
    MQOR MyOR = {MQOR_DEFAULT};
    

Parent topic: MQOR - Object record