Packet Sniffer SDK DLL Edition

HNPSManager :: Methods :: MgrCreate

 Previous Next

Creates an HNPSManager object.

Syntax:

HANDLE __stdcall MgrCreate();

Return values:

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

Description:

MgrCreate function creates an HNPSManager object, which is necessary for fully functional work of the Packet Sniffer SDK library.

See also:HNPSManager, MgrDestroy