Share via


IP_PER_ADAPTER_INFO

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/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
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

IP Helper Structures
GetPerAdapterInfo