Platform SDK: Internet Protocol Helper |
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;
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Requires Windows 98.
Header: Declared in Ipexport.h.