Packet Sniffer SDK DLL Edition

HNQueue :: Methods :: QueUnblockWaitFull

 Previous Next

Turns out all application threads awaiting for Full elements from awaiting status.

Syntax:

BOOL __stdcall QueUnblockWaitFull(HANDLE hQue);

Parameters:

hQue

[in] HNQueue object handle.

Return values:

If this function succeeds the return value is TRUE.

Description:

Use QueUnblockWaitFull to close your application threads awaiting for Full elements correctly after your application work with HNQueue is finished.

See also:HNQueue, QueGetFullItem