+

Search Tips | Advanced Search

Initial values and language declarations for MQRFH

Field name Name of constant Value of constant
StrucId MQRFH_STRUC_ID 'RFH¬'
Version MQRFH_VERSION_1 1
StrucLength MQRFH_STRUC_LENGTH_FIXED 32
Encoding MQENC_NATIVE Depends on environment
CodedCharSetId MQCCSI_UNDEFINED 0
Format MQFMT_NONE Blanks
Flags MQRFH_NONE 0
Notes:
  1. The symbol ¬ represents a single blank character.
  2. In the C programming language, the macro variable MQRFH_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:
    MQRFH MyRFH = {MQRFH_DEFAULT};
    

Parent topic: MQRFH - Rules and formatting header

Last updated: 2020-10-04