Home
C language invocation
mqTruncateBag (Bag, ItemCount, &CompCode, &Reason);
Declare the parameters as follows:
MQHBAG hBag; /* Bag handle */ MQLONG ItemCount; /* Number of items to remain in bag */ MQLONG CompCode; /* Completion code */ MQLONG Reason; /* Reason code qualifying CompCode */
Parent topic:
mqTruncateBag
pc17870_
Home