Initial values and language declarations for MQEPH

Table 1. Initial values of fields in MQEPH for MQEPH
Field name Name of constant Value of constant
StrucId MQEPH_STRUC_ID 'EPH¬'
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 1 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};