IP_UNIDIRECTIONAL_ADAPTER_ADDRESS (Windows Embedded CE 6.0)
1/6/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 |