Initial values and language declarations for MQSMPO

Field name Name of constant Value of constant
StrucId MQSMPO_STRUC_ID 'SMPO'
Version MQSMPO_VERSION_1 1
Options MQSMPO_NONE 0
ValueEncoding MQENC_NATIVE Depends on environment
ValueCCSID MQCCSI_APPL -3
Notes:
  1. The value Null string or blanks denotes the null string in C, and blank characters in other programming languages.
  2. In the C programming language, the macro variable MQSMPO_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:
    MQSMPO MySMPO = {MQSMPO_DEFAULT};
    

Parent topic: MQSMPO - Set message property options