IP_UNIDIRECTIONAL_ADAPTER_ADDRESS (Windows CE 5.0)

Send Feedback

This structure contains the number of unidirectional adapters on the local computer, and the IP addresses that are associated with those adapters.

typedef struct _IP_UNIDIRECTIONAL_ADAPTER_ADDRESS{ULONG NumAdapters;IPAddr Address[1];} IP_UNIDIRECTIONAL_ADAPTER_ADDRESS*, PIP_UNIDIRECTIONAL_ADAPTER_ADDRESS;

Members

  • NumAdapters
    The number of unidirectional adapters on the local computer.
  • Address
    An array of IPAddr values. These are the IP addresses of the unidirectional adapters on the local computer.

Remarks

To convert the IPAddr value to the a.b.c.d string form of an IP address, map the high-order byte to a, the low-order byte to d, and so on.

Requirements

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

See Also

IP Helper Structures | GetUniDirectionalAdapterInfo

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.