Packet Sniffer SDK DLL Edition

HNTcpManager :: Properties :: TcpMgrGetPendingPacketsCount

 Previous Next

Returns the number of packets awaiting processing.

Syntax:

DWORD __stdcall TcpMgrGetPendingPacketsCount(HANDLE hTcpMgr);

Parameters:

hTcpMgr

[in] HNTcpManager object handle.

Return values:

If the function succeeds the return value will be the number of packets awaiting processing.

Description:

Use TcpMgrGetPendingPacketsCount to get the number of packets awaiting processing.

See also:HNTcpManager, TcpMgrProcessPacket, HNPacket, OnPacketReturn