Packet Sniffer SDK DLL Edition

HNAdapterConfig :: Properties :: AdpCfgGetAdapterDescription

 Previous Next

Returns the network adapter description.

Syntax:

LPCTSTR __stdcall AdpCfgGetAdapterDescription(HANDLE hCfg);

Parameters:

hCfg

[in] HNAdapterConfig object handle.

Return values:

Returns the pointer to the string containing the network adapter description.

Description:

Use AdpCfgGetAdapterDescription to obtain the vendor's network adapter description (e.g., "3Com EtherLink XL 10/100 PCI For Complete PC Manage").

Requirements:

Unicode

Implemented as AdpCfgGetAdapterDescriptionW (Unicode) and AdpCfgGetAdapterDescriptionA (ANSI).

See also:HNAdapterConfig