Packet Sniffer SDK DLL Edition

HNAdapter :: Properties :: AdpGetConfig

 Previous Next

Returns the handle of HNAdapterConfig object.

Syntax:

HANDLE __stdcall AdpGetConfig(HANDLE hAdp);

Parameters:

hAdp

[in] HNAdapter object handle.

Return values:

If the function succeeds the return value will be the handle of the HNAdapterConfig object. Otherwise the return value will be NULL.

Description:

Use AdpGetConfig to receive the network adapter configuration.

See also:HNAdapter, HNAdapterConfig, AdpSetConfig