Packet Sniffer SDK DLL Edition

HNPSManager :: Properties :: MgrGetBuild

 Previous Next

Returns the build number of the Packet Sniffer SDK library.

Syntax:

LPCTSTR __stdcall MgrGetBuild(HANDLE hMgr);

Parameters:

hMgr

[in] HNPSManager object handle.

Return values:

Returns the pointer to the string containing the build number of the Packet Sniffer SDK library.

Description:

Use MgrGetBuild to obtain the build number of the Packet Sniffer SDK library.

Requirements:

Unicode

Implemented as MgrGetBuildW (Unicode) and MgrGetBuildA (ANSI).

See also:HNPSManager