Packet Sniffer SDK DLL Edition
HNQueue :: Methods :: QueIsStarted | | Previous Next |
Shows the status of the internal thread.
Syntax:
BOOL __stdcall QueIsStarted(HANDLE hQue);
Parameters:
hQue
[in] HNQueue object handle.
Return values:
| TRUE | Internal thread of the HNQueue object is started and running. |
| FALSE | Internal thread of the HNQueue object is stoped or was not started. |
Description:
Use QueIsStarted to check status of the queue internal thread created after successful
QueStart function call.