IP_ADAPTER_INDEX_MAP (Windows CE 5.0)

Send Feedback

This structure pairs an adapter name with the index of that adapter.

typedef struct _IP_ADAPTER_INDEX_MAP{ULONGIndex; WCHARName[MAX_ADAPTER_NAME];}IP_ADAPTER_INDEX_MAP, *PIP_ADAPTER_INDEX_MAP;

Members

  • Index
    The index of the adapter.
  • Name
    Pointer to a Unicode string that contains the name of the adapter.

Requirements

OS Versions: Windows CE 3.0 and later.
Header: Ipexport.h.

See Also

IP Helper Structures | IP_INTERFACE_INFO | GetInterfaceInfo

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.