Initial values and language declarations for MQMHBO

Message handle to buffer structure - Initial values

Field name Name of constant Value of constant
StrucId MQMHBO_STRUC_ID 'MHBO'
Version MQMHBO_VERSION_1 1
Options MQMHBO_PROPERTIES_IN_MQRFH2  
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 MQMHBO_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:
    MQMHBO MyMHBO = {MQMHBO_DEFAULT};
    

Parent topic: MQMHBO - Message handle to buffer options