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_POL_ATTR_TYPE enumeration defines the attribute type for a condition in a DHCP server policy.
Syntax
typedef enum {
DhcpAttrHWAddr,
DhcpAttrOption,
DhcpAttrSubOption,
DhcpAttrFqdn,
DhcpAttrFqdnSingleLabel
} DHCP_POL_ATTR_TYPE;
Constants
DhcpAttrHWAddrThe condition is based on the hardware address (MAC address) present in the chaddr field of the DHCP message header as defined in RFC2131. |
DhcpAttrOptionThe condition is based on a DHCP option. |
DhcpAttrSubOptionThe condition is based on a DHCP sub-option |
DhcpAttrFqdn |
DhcpAttrFqdnSingleLabel |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2012 [desktop apps only] |
| Header | dhcpsapi.h |