Home
C invocation
MQZ_INQUIRE (QMgrName, SelectorCount, Selectors, IntAttrCount, &IntAttrs, CharAttrLength, &CharAttrs, SelectorReturned, ComponentData, &Continuation, &CompCode, &Reason);
The parameters passed to the service are declared as follows:
MQCHAR48 QMgrName; /* Queue manager name */ MQLONG SelectorCount; /* Selector count */ MQLONG Selectors[n]; /* Selectors */ MQLONG IntAttrCount; /* IntAttrs count */ MQLONG IntAttrs[n]; /* Integer attributes */ MQLONG CharAttrCount; /* CharAttrs count */ MQLONG CharAttrs[n]; /* Chatacter attributes */ MQLONG SelectorReturned[n]; /* Selector returned */ 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_INQUIRE – Inquire authorization service
fa18410_
Home