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 a list of the network interface adapters on the local system.
Syntax
typedef struct _IP_INTERFACE_INFO { LONG NumAdapters; IP_ADAPTER_INDEX_MAP Adapter[1]; } IP_INTERFACE_INFO, *PIP_INTERFACE_INFO; |
Members
- NumAdapters
-
The number of adapters listed in the array pointed to by the Adaptermember.
- Adapter
-
An array of IP_ADAPTER_INDEX_MAPstructures. Each structure maps an adapter index to that adapter's name.
Requirements
Header | ipexport.h |
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |