Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The IP_LOCAL_BINDING structure contains IP address information for an adapter.
Syntax
typedef struct IP_LOCAL_BINDING {
DWORD Address;
DWORD Mask;
} IP_LOCAL_BINDING, *PIP_LOCAL_BINDING;
Members
Address
Specifies an IP address for the adapter.
Mask
Specifies the subnet mask for the IP address.
Remarks
Since an adapter can have more than one IP address, the IP_ADAPTER_BINDING_INFO structure maintains an array of IP_LOCAL_BINDING structures.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | routprot.h |