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/2000: Requires Windows 2000.
Header: Declared in Routprot.h.
Router Management Reference, Router Management Structures, IP_ADAPTER_BINDING_INFO