Home

 

Initial values and language declarations

Table 20. Initial values of fields in MQAIR
Field name Name of constant Value of constant
StrucId MQAIR_STRUC_ID

'AIR '

Version MQAIR_CURRENT_VERSION

1

AuthInfoType MQAIT_CRL_LDAP

1

AuthInfoConnName None Null string or blanks
LDAPUserNamePtr None Null pointer or null bytes
LDAPUserNameOffset None

0

LDAPUserNameLength None

0

LDAPPassword None Null string or blanks
Notes:

  1. The symbol   represents a single blank character.

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

    MQAIR MyAIR = {MQAIR_DEFAULT};



 

Home