Platform SDK: Internet Protocol Helper

IP_PER_ADAPTER_INFO

The IP_PER_ADAPTER_INFO function contains information specific to a particular adapter.

typedef struct _IP_PER_ADAPTER_INFO {
  UINT AutoconfigEnabled;
  UINT AutoconfigActive;
  PIP_ADDR_STRING CurrentDnsServer;
  IP_ADDR_STRING DnsServerList;
} IP_PER_ADAPTER_INFO, *PIP_PER_ADAPTER_INFO;

Members

AutoconfigEnabled
Specifies whether auto-configuration is enabled on this adapter.
AutoconfigActive
Specifies whether auto-configuration is active on this adapter.
CurrentDnsServer
Specifies the IP address of the current DNS server for this adapter.
DnsServerList
Specifies the list of possible DNS servers for this adapter.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Unsupported.
  Header: Declared in Iptypes.h.

See Also

GetPerAdapterInfo