Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
A version of this page is also available for
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 |