Platform SDK: Internet Protocol Helper

IP_ADAPTER_INDEX_MAP

The IP_ADAPTER_INDEX_MAP structure pairs an adapter name with the index of that adapter.

typedef struct _IP_ADAPTER_INDEX_MAP {
  ULONG Index;                     // adapter index 
  WCHAR Name[MAX_ADAPTER_NAME];    // name of the adapter 
} IP_ADAPTER_INDEX_MAP, * PIP_ADAPTER_INDEX_MAP;

Members

Index
Specifies the index of the adapter.
Name[MAX_ADAPTER_NAME]
Pointer to a Unicode string that contains the name of the adapter.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Windows 95/98: Requires Windows 98.
  Header: Declared in Ipexport.h.

See Also

IP_INTERFACE_INFO, GetInterfaceInfo