Home

 

Initial values and language declarations

Table 36. Initial values of fields in MQEPH
Field name Name of constant Value of constant
StrucId MQEPH_STRUC_ID

'EPHb'

Version MQEPH_VERSION_1

1

StrucLength MQEPH_STRUC_LENGTH_FIXED

68

Encoding None

0

CodedCharSetId MQCCSI_UNDEFINED

0

Format MQFMT_NONE Blanks
Flags MQEPH_NONE

0

PCFHeader Names and values as defined in Table 35

0

Notes:

  1. The symbol   represents a single blank character.

  2. In the C programming language, the macro variable MQEPH_DEFAULT contains the values listed above. Use it in the following way to provide initial values for the fields in the structure:

    MQEPH MyEPH = {MQEPH_DEFAULT};



 

Home