Packet Sniffer SDK DLL Edition

HNQueue :: Properties :: QueGetFullCount

 Previous Next

Returns total amount of the queue items with Full status.

Syntax:

DWORD __stdcall QueGetFullCount(HANDLE hQue);

Parameters:

hQue

[in] HNQueue object handle.

Return values:

If the function succeeds the return value will be total amount of the queue items with Full status.

Description:

Use QueGetFullCount to get total amount of the queue items with Full status. Immediately after successful memory allocation for the queue items (see QueAllocItems), FullCount property value is equal to 0.

FullCount will be changed after QueGetFullItem, QueReturnFullItem, and QueFreeItems functions call.

See also:HNQueue, QueAllocItems, QueFreeItems, QueGetFullItem, QueReturnFullItem