C declaration for MQAIR
typedef struct tagMQAIR MQAIR; struct tagMQAIR { MQCHAR4 StrucId; /* Structure identifier */ MQLONG Version; /* Structure version number */ MQLONG AuthInfoType; /* Type of authentication information */ MQCHAR264 AuthInfoConnName; /* Connection name of CRL LDAP server */ PMQCHAR LDAPUserNamePtr; /* Address of LDAP user name */ MQLONG LDAPUserNameOffset; /* Offset of LDAP user name from start of MQAIR structure */ MQLONG LDAPUserNameLength; /* Length of LDAP user name */ MQCHAR32 LDAPPassword; /* Password to access LDAP server */ MQCHAR256 OCSPResponderURL; /* URL of OCSP responder */ };Parent topic: Initial values and language declarations for MQAIR