Share via


IP_UNIDIRECTIONAL_ADAPTER_ADDRESS (Compact 2013)

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

See Also

Reference

IP Helper Structures
IPAddr
GetUniDirectionalAdapterInfo