IP_LOCAL_BINDING

The IP_LOCAL_BINDING structure contains IP address information for an adapter.

typedef struct IP_LOCAL_BINDING {
  DWORD    IPAddress;
  DWORD    Mask;
}IP_LOCAL_BINDING, * PIP_LOCAL_BINDING;

Members

IPAddress
Specifies an IP address for the adapter.
Mask
Specifies the network mask for the IP address.

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.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Header: Declared in Routprot.h.

See Also

Router Management Reference, Router Management Structures, IP_ADAPTER_BINDING_INFO