Home

 

AuthInfoRecPtr (PMQAIR)

This is the address of the first authentication information record. The field is ignored if AuthInfoRecCount is zero.

We can provide the array of MQAIR records in one of two ways:

Whatever technique you choose, only one of AuthInfoRecPtr and AuthInfoRecOffset can be used; the call fails with reason code MQRC_AUTH_INFO_REC_ERROR if both are nonzero.

This is an input field. The initial value of this field is the null pointer in those programming languages that support pointers, and an all-null byte string otherwise.

Note:
On platforms where the programming language does not support the pointer datatype, this field is declared as a byte string of the appropriate length.

 

Home