Share via


IP_INTERFACE_INFO

A version of this page is also available for

Windows Embedded CE 6.0 R3

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 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
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

IP Helper Structures
IP_ADAPTER_INDEX_MAP
GetInterfaceInfo