Platform SDK: Internet Protocol Helper

IP_INTERFACE_INFO

The IP_INTERFACE_INFO structure contains a list of the network interface adapters on the local system.

typedef struct _IP_INTERFACE_INFO {
  LONG NumAdapters;                 // number of adapters in array 
  IP_ADAPTER_INDEX_MAP Adapter[1];  // adapter indices and names 
} IP_INTERFACE_INFO,*PIP_INTERFACE_INFO;

Members

NumAdapters
Specifies the number of adapters listed in the array pointed to by the Adapter member.
Adapter[1]
Specifies an array of IP_ADAPTER_INDEX_MAP structures. Each structure maps an adapter index to that adapter's name.

Requirements

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

See Also

IP_ADAPTER_INDEX_MAP, GetInterfaceInfo