Share via


IP_PER_ADAPTER_INFO (Windows Embedded CE 6.0)

1/6/2010

This structure contains information specific to a particular adapter.

Syntax

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
    TRUE if autoconfiguration is enabled on this adapter.
  • AutoconfigActive
    TRUE if autoconfiguration is active on this adapter.
  • CurrentDnsServer
    Not used.
  • DnsServerList
    The list of possible DNS servers for this adapter.

Requirements

Header iptypes.h
Windows Embedded CE Windows CE 3.0 and later

See Also

Reference

IP Helper Structures
GetPerAdapterInfo