IP_ADAPTER_BINDING_INFO

[This is preliminary documentation and subject to change.]

The IP_ADAPTER_BINDING_INFO structure contains IP-specific information for a particular network adapter.

typedef struct IP_ADAPTER_BINDING_INFO {
    DWORD               NumAddresses;
    DWORD               RemoteAddress;
    IP_LOCAL_BINDING    Address[1];
}IP_ADAPTER_BINDING_INFO, *PIP_ADAPTER_BINDING_INFO;

Members

NumAddresses
The number of IP addresses associated with this adapter.
RemoteAddress
This member is for WAN interfaces. It contains the address of the machine at the other end of a dial-up link.
Address
Pointer to an array of IP_LOCAL_BINDING structures. The array will contain a structure for each of the IP addresses associated with this adapter.

Remarks

Since an adapter may have more than one IP address, the IP_ADAPTER_BINDING_INFO structure maintains an array of IP_LOCAL_BINDING structures.

QuickInfo

  Windows NT: Use version 5.0 and later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in routprot.h.
  Import Library: N/A.

See Also

BindInterface, IP_LOCAL_BINDING, IPX_ADAPTER_BINDING_INFO