+

Search Tips | Advanced Search

Initial values and language declarations for MQAIR

Field name Name of constant Value of constant
StrucId MQAIR_STRUC_ID 'AIR¬'
Version MQAIR_VERSION_1 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
OCSPResponderURL 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 that are listed in the table. Use it in the following way to provide initial values for the fields in the structure:
    MQAIR MyAIR = {MQAIR_DEFAULT};
    

Parent topic: MQAIR - Authentication information record

Last updated: 2020-10-04