Skip to content

Latest commit

 

History

History
111 lines (79 loc) · 4.16 KB

ns-dhcpsapi-dhcp_subnet_element_data_v5.md

File metadata and controls

111 lines (79 loc) · 4.16 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_SUBNET_ELEMENT_DATA_V5
DHCP_SUBNET_ELEMENT_DATA_V5 (dhcpsapi.h)
The DHCP_SUBNET_ELEMENT_DATA_V5 structure defines an element that describes a feature or restriction of a subnet.
*LPDHCP_SUBNET_ELEMENT_DATA_V5
DHCP_SUBNET_ELEMENT_DATA_V5
DHCP_SUBNET_ELEMENT_DATA_V5 structure [DHCP]
LPDHCP_SUBNET_ELEMENT_DATA_V5
LPDHCP_SUBNET_ELEMENT_DATA_V5 structure pointer [DHCP]
dhcp.dhcp_subnet_element_data_v5
dhcpsapi/LPDHCP_SUBNET_ELEMENT_DATA_V5
dhcpsapi/_DHCP_SUBNET_ELEMENT_DATA_V5
dhcp\dhcp_subnet_element_data_v5.htm
DHCP
ea6df1bc-2d15-4a09-8100-ee17d3de34d9
12/05/2018
*LPDHCP_SUBNET_ELEMENT_DATA_V5, DHCP_SUBNET_ELEMENT_DATA_V5, DHCP_SUBNET_ELEMENT_DATA_V5 structure [DHCP], LPDHCP_SUBNET_ELEMENT_DATA_V5, LPDHCP_SUBNET_ELEMENT_DATA_V5 structure pointer [DHCP], dhcp.dhcp_subnet_element_data_v5, dhcpsapi/LPDHCP_SUBNET_ELEMENT_DATA_V5, dhcpsapi/_DHCP_SUBNET_ELEMENT_DATA_V5
dhcpsapi.h
Windows
None supported
Windows 2000 Server [desktop apps only]
Windows
DHCP_SUBNET_ELEMENT_DATA_V5, *LPDHCP_SUBNET_ELEMENT_DATA_V5
19H1
_DHCP_SUBNET_ELEMENT_DATA_V5
dhcpsapi/_DHCP_SUBNET_ELEMENT_DATA_V5
LPDHCP_SUBNET_ELEMENT_DATA_V5
dhcpsapi/LPDHCP_SUBNET_ELEMENT_DATA_V5
DHCP_SUBNET_ELEMENT_DATA_V5
dhcpsapi/DHCP_SUBNET_ELEMENT_DATA_V5
c++
APIRef
kbSyntax
HeaderDef
Dhcpsapi.h
DHCP_SUBNET_ELEMENT_DATA_V5

DHCP_SUBNET_ELEMENT_DATA_V5 structure

-description

The DHCP_SUBNET_ELEMENT_DATA_V5 structure defines an element that describes a feature or restriction of a subnet. Together, a set of elements describes the set of IP addresses served for a subnet by DHCP or BOOTP. DHCP_SUBNET_ELEMENT_DATA_V5 specifically allows for the definition of BOOTP-served addresses.

-struct-fields

-field ElementType

DHCP_SUBNET_ELEMENT_TYPE enumeration value describing the type of element in the subsequent field.

-field Element.IpRange.case

-field Element.IpRange.case.DhcpIpRanges

-field Element.SecondaryHost.case

-field Element.SecondaryHost.case.DhcpSecondaryHosts

-field Element.ReservedIp.case

-field Element.ReservedIp.case.DhcpReservedIps

-field Element.ExcludeIpRange.case

-field Element.ExcludeIpRange.case.DhcpExcludedIpRanges

-field Element.IpUsedCluster.case

-field Element.IpUsedCluster.case.DhcpIpUsedClusters

-field Element.switch_type

-field Element.switch_type.DHCP_SUBNET_ELEMENT_TYPE

-field Element

-field Element.IpRange

DHCP_BOOTP_IP_RANGE structure that contains the set of BOOTP-served IP addresses. This member is present if ElementType is set to DhcpIpRangesBootpOnly.

-field Element.SecondaryHost

DHCP_HOST_INFO structure that contains the IP addresses of secondary DHCP servers available on the subnet. This member is present if ElementType is set to DhcpSecondaryHosts.

-field Element.ReservedIp

DHCP_IP_RESERVATION_V4 structure that contains the set of reserved IP addresses for the subnet. This member is present if ElementType is set to DhcpReservedIps.

-field Element.ExcludeIpRange

DHCP_IP_RANGE structure that contains a range of IP addresses. This member is present if ElementType is set to DhcpIpRanges or DhcpExcludedIpRanges.

-field Element.IpUsedCluster

-field _DHCP_SUBNET_ELEMENT_UNION_V5