Initial values and language declarations for MQBMHO

Buffer to message handle structure - Initial values

Field name Name of constant Value of constant
StrucId MQBMHO_STRUC_ID 'BMHO'
Version MQBMHO_VERSION_1 1
Options MQBMHO_NONE 0
Notes:
  1. In the C programming language, the macro variable MQBMHO_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:
    MQBMHO MyBMHO = {MQBMHO_DEFAULT};
    

Parent topic: MQBMHO - Buffer to message handle options