Packet Sniffer SDK DLL Edition

HNTcpManager :: Methods :: TcpMgrCreate

 Previous Next

Creates the HNTcpManager object.

Syntax:

HANDLE __stdcall TcpMgrCreate();

Return values:

If the function succeeds, the return value will be the handle of the HNTcpManager object. Otherwise the return value will be NULL. The one only reason for unsuccessful HNTcpManager object creation can be a lack of memory.

Description:

Creates HNTcpManager object indended for reconstruction of TCP sessions from captured packets.

See also:HNTcpManager, TcpMgrDestroy