Home
C invocation
MQZ_ENUMERATE_AUTHORITY_DATA (QMgrName, StartEnumeration, &Filter, AuthorityBufferLength, &AuthorityBuffer, &AuthorityDataLength, ComponentData, &Continuation, &CompCode, &Reason);
The parameters passed to the service are declared as follows:
MQCHAR48 QMgrName; /* Queue manager name */ MQLONG StartEnumeration; /* Flag indicating whether call should start enumeration */ MQZAD Filter; /* Filter */ MQLONG AuthorityBufferLength; /* Length of AuthorityBuffer */ MQZAD AuthorityBuffer; /* Authority data */ MQLONG AuthorityDataLength; /* Length of data returned in AuthorityBuffer */ MQBYTE ComponentData[n]; /* Component data */ MQLONG Continuation; /* Continuation indicator set by component */ MQLONG CompCode; /* Completion code */ MQLONG Reason; /* Reason code qualifying CompCode */
Parent topic:
MQZ_ENUMERATE_AUTHORITY_DATA – Enumerate authority data
fa17470_
Home