Home

 

Initial values and language declarations

Table 64. Initial values of fields in MQSCO
Field name Name of constant Value of constant
StrucId MQSCO_STRUC_ID

'SCO '

Version MQSCO_CURRENT_VERSION

1

KeyRepository None Null string or blanks
CryptoHardware None Null string or blanks
AuthInfoRecCount None

0

AuthInfoRecOffset None

0

AuthInfoRecPtr None Null pointer or null bytes
Notes:

  1. The symbol   represents a single blank character.

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

    MQSCO MySCO = {MQSCO_DEFAULT};



 

Home