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.
3/26/2014
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 device.
- Address
An array of IPAddr values. These are the IP addresses of the unidirectional adapters on the local device.
Remarks
The IP_UNIDIRECTIONAL_ADAPTER_ADDRESS structure is retrieved by the GetUniDirectionalAdapterInfo function. A unidirectional adapter is an adapter that can receive IPv4 datagrams, but cannot transmit them.
Requirements
Header |
ipexport.h |