PutSuccessCount (MQLONG)
The number of asynchronous put operations that succeeded.
The value of PutSuccessCount depends on the value of the MQSTAT Type parameter.
- MQSTAT_TYPE_ASYNC_ERROR
-
The number of asynchronous put operations to the object named in the MQSTS structure that completed with MQCC_OK.
- MQSTAT_TYPE_RECONNECTION
-
Zero.
- MQSTAT_TYPE_RECONNECTION_ERROR
-
Zero.
PutSuccessCount is an output field. Its initial value is zero.
Parent topic: Fields for MQSTS