IP_PER_ADAPTER_INFO (Windows CE 5.0)
This structure 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
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
OS Versions: Windows CE 3.0 and later.
Header: Iptypes.h.
See Also
IP Helper Structures | GetPerAdapterInfo
Send Feedback on this topic to the authors