Share via


IP_UNIDIRECTIONAL_ADAPTER_ADDRESS

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

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

Syntax

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

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
GetUniDirectionalAdapterInfo