IP_ADAPTER_INDEX_MAP (Compact 2013)
3/26/2014
This structure stores the interface index associated with a network adapter with IPv4 enabled together with the name of the network adapter.
Syntax
typedef struct _IP_ADAPTER_INDEX_MAP {
ULONG Index;
WCHAR Name[MAX_ADAPTER_NAME];
} IP_ADAPTER_INDEX_MAP,
*PIP_ADAPTER_INDEX_MAP;
Members
- Index
The index of the adapter.
- Name
Pointer to a Unicode string that contains the name of the adapter.
Remarks
The IP_ADAPTER_INDEX_MAP structure is specific to network adapters with IPv4 enabled.
An adapter index may change when the adapter is disabled and then enabled, or under other circumstances, and should not be considered persistent.
This structure is defined in the Ipexport.h header file which is automatically included in the Iphlpapi.h header file. The Ipexport.h header file should never be used directly.
Requirements
Header |
ipexport.h |
See Also
Reference
IP Helper Structures
IpReleaseAddress
IpRenewAddress
IP_INTERFACE_INFO
GetInterfaceInfo