Share via


IP_INTERFACE_INFO (Windows Embedded CE 6.0)

1/6/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 Adapter member.
  • Adapter
    An array of IP_ADAPTER_INDEX_MAP structures. Each structure maps an adapter index to that adapter's name.

Requirements

Header ipexport.h
Windows Embedded CE Windows CE 3.0 and later

See Also

Reference

IP Helper Structures
IP_ADAPTER_INDEX_MAP
GetInterfaceInfo