Home

 

Initial values and language declarations

Table 57. Initial values of fields in 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 listed above. It can be used in the following way to provide initial values for the fields in the structure:

    MQRFH MyRFH = {MQRFH_DEFAULT};



 

Home