Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The DHCP_SUBNET_ELEMENT_TYPE enumeration defines the set of possible subnet element types.
Syntax
typedef enum _DHCP_SUBNET_ELEMENT_TYPE_V5 {
DhcpIpRanges,
DhcpSecondaryHosts,
DhcpReservedIps,
DhcpExcludedIpRanges,
DhcpIpUsedClusters,
DhcpIpRangesDhcpOnly,
DhcpIpRangesDhcpBootp,
DhcpIpRangesBootpOnly
} DHCP_SUBNET_ELEMENT_TYPE, *LPDHCP_SUBNET_ELEMENT_TYPE;
Constants
DhcpIpRangesThe subnet element contains the range of DHCP-served IP addresses. |
DhcpSecondaryHostsThe subnet element contains the IP addresses of secondary DHCP hosts available in the subnet. |
DhcpReservedIpsThe subnet element contains the individual reserved IP addresses for the subnet. |
DhcpExcludedIpRangesThe subnet element contains the IP addresses excluded from the range of DHCP-served addresses. |
DhcpIpUsedClusters |
DhcpIpRangesDhcpOnlyThe subnet element contains the IP addresses served by DHCP to the subnet (as opposed to those served by other dynamic address services, such as BOOTP). |
DhcpIpRangesDhcpBootpThe subnet element contains the IP addresses served by both DHCP and BOOTP to the subnet. |
DhcpIpRangesBootpOnlyThe subnet element contains the IP addresses served by BOOTP to the subnet (specifically excluding DHCP-served addresses). |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | dhcpsapi.h |