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:

TRUEInternal thread of the HNQueue object is started and running.
FALSEInternal 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.

See also:HNQueue, QueStart