[This is preliminary documentation and subject to change.]
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;
Since an adapter may have more than one IP address, the IP_ADAPTER_BINDING_INFO structure maintains an array of IP_LOCAL_BINDING structures.
Windows NT: Use version 5.0 and later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in routprot.h.
Import Library: N/A.