Packet Sniffer SDK DLL Edition

HNPSManager :: Properties :: MgrGetVersion

 Previous Next

Returns the version number of the Packet Sniffer SDK library.

Syntax:

LPCTSTR __stdcall MgrGetVersion(HANDLE hMgr);

Parameters:

hMgr

[in] HNPSManager object handle.

Return values:

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

Description:

Use MgrGetVersion to obtain the version number of the Packet Sniffer SDK library.

Requirements:

Unicode

Implemented as MgrGetVersionW (Unicode) and MgrGetVersionA (ANSI).

See also:HNPSManager