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 DHCP_RESERVED_SCOPE structure defines a reserved DHCP scope.
Syntax
typedef struct _DHCP_RESERVED_SCOPE {
DHCP_IP_ADDRESS ReservedIpAddress;
DHCP_IP_ADDRESS ReservedIpSubnetAddress;
} DHCP_RESERVED_SCOPE, *LPDHCP_RESERVED_SCOPE;
Members
ReservedIpAddress
DHCP_IP_ADDRESS value that contains an IP address used to identify the reservation.
ReservedIpSubnetAddress
DHCP_IP_ADDRESS value that specifies the subnet ID of the subnet containing the reservation.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | dhcpsapi.h |