Home
C language invocation
mqInquireBag (Bag, Selector, ItemIndex, &ItemValue, &CompCode, &Reason);
Declare the parameters as follows:
MQHBAG Bag; /* Bag handle */ MQLONG Selector; /* Selector */ MQLONG ItemIndex; /* Index of the data item to be inquired */ MQHBAG ItemValue; /* Value of item in the bag */ MQLONG CompCode; /* Completion code */ MQLONG Reason; /* Reason code qualifying CompCode */
Parent topic:
mqInquireBag
pc16890_
Home