DHCP_RESERVED_SCOPE structure (dhcpsapi.h)

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

See also

DHCP_IP_ADDRESS