MQIsQuitPending
Function : Message Queues
MQIsQuitPending - Test whether the specified message queue is in a QUIT state.
#include <mq.h>
BOOL LNPUBLIC MQIsQuitPending(
MQHANDLE Queue);
This function tests whether the specified message queue is in a QUIT state, and returns TRUE if so. Otherwise, it returns FALSE.
Parameters : Input : Queue - The handle of the message queue to check.
Output : (routine) - TRUE if the specified message queue is in a QUIT state, FALSE otherwise.
See Also : MQClose MQCreate MQGet MQHANDLE MQOpen MQPut MQPutQuitMsg MQScan MQSCAN_CALLBACK