Skip to content

Latest commit

 

History

History
123 lines (100 loc) · 3.71 KB

ns-dhcpsapi-dhcp_ip_reservation_v4.md

File metadata and controls

123 lines (100 loc) · 3.71 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:dhcpsapi._DHCP_IP_RESERVATION_V4
DHCP_IP_RESERVATION_V4 (dhcpsapi.h)
The DHCP_IP_RESERVATION_V4 structure defines a client IP reservation. This structure extends an IP reservation by including the type of client (DHCP or BOOTP) holding the reservation.
*LPDHCP_IP_RESERVATION_V4
CLIENT_TYPE_BOOTP
CLIENT_TYPE_BOTH
CLIENT_TYPE_DHCP
DHCP_IP_RESERVATION_V4
DHCP_IP_RESERVATION_V4 structure [DHCP]
LPDHCP_IP_RESERVATION_V4
LPDHCP_IP_RESERVATION_V4 structure pointer [DHCP]
dhcp.dhcp_ip_reservation_v4
dhcpsapi/LPDHCP_IP_RESERVATION_V4
dhcpsapi/_DHCP_IP_RESERVATION_V4
dhcp\dhcp_ip_reservation_v4.htm
DHCP
01951b18-fc54-4a34-9ccd-fd98f4e7864f
12/05/2018
*LPDHCP_IP_RESERVATION_V4, CLIENT_TYPE_BOOTP, CLIENT_TYPE_BOTH, CLIENT_TYPE_DHCP, DHCP_IP_RESERVATION_V4, DHCP_IP_RESERVATION_V4 structure [DHCP], LPDHCP_IP_RESERVATION_V4, LPDHCP_IP_RESERVATION_V4 structure pointer [DHCP], dhcp.dhcp_ip_reservation_v4, dhcpsapi/LPDHCP_IP_RESERVATION_V4, dhcpsapi/_DHCP_IP_RESERVATION_V4
dhcpsapi.h
Windows
None supported
Windows 2000 Server [desktop apps only]
Windows
DHCP_IP_RESERVATION_V4, *LPDHCP_IP_RESERVATION_V4
19H1
_DHCP_IP_RESERVATION_V4
dhcpsapi/_DHCP_IP_RESERVATION_V4
LPDHCP_IP_RESERVATION_V4
dhcpsapi/LPDHCP_IP_RESERVATION_V4
DHCP_IP_RESERVATION_V4
dhcpsapi/DHCP_IP_RESERVATION_V4
c++
APIRef
kbSyntax
HeaderDef
Dhcpsapi.h
DHCP_IP_RESERVATION_V4

DHCP_IP_RESERVATION_V4 structure

-description

The DHCP_IP_RESERVATION_V4 structure defines a client IP reservation. This structure extends an IP reservation by including the type of client (DHCP or BOOTP) holding the reservation.

-struct-fields

-field ReservedIpAddress

DHCP_IP_ADDRESS value that contains the reserved IP address.

-field ReservedForClient

DHCP_CLIENT_UID structure that contains the hardware address (MAC address) of the DHCPv4 client that holds this reservation.

-field bAllowedClientTypes

Value that specifies the DHCPv4 reserved client type. The possible values are below:

Value Meaning
CLIENT_TYPE_DHCP
1
The DHCPv4 client supports the DHCP protocol only.
CLIENT_TYPE_BOOTP
2
The DHCPv4 client supports the BOOTP protocol only.
CLIENT_TYPE_BOTH
3
The DHCPv4 client supports both the DHCPv4 and the BOOTP protocols.

-see-also

DHCP_IP_ADDRESS

DHCP_IP_RESERVATION_INFO

DHCP_IP_RESERVATION_V6