2.2.1.2.40 DHCP_RESERVED_SCOPE
The DHCP_RESERVED_SCOPE structure defines an IPv4 reservation. This structure is used in the DHCP_OPTION_SCOPE_INFO (section 2.2.1.2.41) structure.
-
typedef struct _DHCP_RESERVED_SCOPE { DHCP_IP_ADDRESS ReservedIpAddress; DHCP_IP_ADDRESS ReservedIpSubnetAddress; } DHCP_RESERVED_SCOPE, *LPDHCP_RESERVED_SCOPE;
ReservedIpAddress: This is of type DHCP_IP_ADDRESS (section 2.2.1.2.1), containing the IPv4 address of the reservation.
ReservedIpSubnetAddress: This is of type DHCP_IP_ADDRESS, containing the IPv4 address of the subnet ID.