DHCP_IP_RESERVATION structure (dhcpsapi.h)

The DHCP_IP_RESERVATION structure defines a client IP reservation.

Syntax

typedef struct _DHCP_IP_RESERVATION {
  DHCP_IP_ADDRESS ReservedIpAddress;
  DHCP_CLIENT_UID *ReservedForClient;
} DHCP_IP_RESERVATION, *LPDHCP_IP_RESERVATION;

Members

ReservedIpAddress

DHCP_IP_ADDRESS value that contains the reserved IP address.

ReservedForClient

DHCP_CLIENT_UID structure that contains information on the client holding this IP reservation.

Requirements

Requirement Value
Minimum supported server Windows Server 2003
Header dhcpsapi.h

See also

DHCP_CLIENT_UID

DHCP_IP_ADDRESS

DHCP_IP_RESERVATION_V4