Initial values and language declarations

Table 66. Initial values of fields in MQTM
Field name Name of constant Value of constant
StrucId MQTM_STRUC_ID 'TM  '
Version MQTM_VERSION_1 1
QName None Null string or blanks
ProcessName None Null string or blanks
TriggerData None Null string or blanks
ApplType None 0
ApplId None Null string or blanks
EnvData None Null string or blanks
UserData None Null string or blanks
Notes:
  1. The symbol   represents a single blank character.
  2. The value Null string or blanks denotes the null string in C, and blank characters in other programming languages.
  3. In the C programming language, the macro variable MQTM_DEFAULT contains the values listed above. Use it in the following way to provide initial values for the fields in the structure:
    MQTM MyTM = {MQTM_DEFAULT};