Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |