DHCP_RESERVATION_INFO_ARRAY structure (dhcpsapi.h)

The DHCP_RESERVATION_INFO_ARRAY structure defines an array of IPv4 reservations for DHCPv4 clients.

Syntax

typedef struct _DHCP_RESERVATION_INFO_ARRAY {
  DWORD                      NumElements;
  LPDHCP_IP_RESERVATION_INFO *Elements;
} DHCP_RESERVATION_INFO_ARRAY, *LPDHCP_RESERVATION_INFO_ARRAY;

Members

NumElements

Integer that specifies the number of IPv4 client reservations in Elements.

Elements

Pointer to an array of DHCP_IP_RESERVATION_INFO structures that contain IPv4 client reservations.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows ServerĀ 2012 [desktop apps only]
Header dhcpsapi.h

See also

DhcpV4EnumSubnetReservations