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_POLICY_FIELDS_TO_UPDATE enumeration defines which properties of a DHCP server policy must be updated.
Syntax
typedef enum {
DhcpUpdatePolicyName = 0x00000001,
DhcpUpdatePolicyOrder = 0x00000002,
DhcpUpdatePolicyExpr = 0x00000004,
DhcpUpdatePolicyRanges = 0x00000008,
DhcpUpdatePolicyDescr = 0x00000010,
DhcpUpdatePolicyStatus = 0x00000020,
DhcpUpdatePolicyDnsSuffix = 0x00000040
} DHCP_POLICY_FIELDS_TO_UPDATE;
Constants
DhcpUpdatePolicyNameValue: 0x00000001 Update DHCP server policy name. |
DhcpUpdatePolicyOrderValue: 0x00000002 Update DHCP server policy order. |
DhcpUpdatePolicyExprValue: 0x00000004 Update DHCP server policy expression. |
DhcpUpdatePolicyRangesValue: 0x00000008 Update DHCP server policy ranges. |
DhcpUpdatePolicyDescrValue: 0x00000010 Update DHCP server policy description. |
DhcpUpdatePolicyStatusValue: 0x00000020 Update DHCP server policy enabled/disabled status. |
DhcpUpdatePolicyDnsSuffixValue: 0x00000040 |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2012 [desktop apps only] |
| Header | dhcpsapi.h |