2.2.1.1.27 DHCP_PROPERTY_ID

The DHCP_PROPERTY_ID enumeration defines the property identifier for a DHCP_PROPERTY (section 2.2.1.2.117) structure. It is used to uniquely identify a specified DHCP property.

 typedef enum {
     DhcpPropIdPolicyDnsSuffix,
     DhcpPropIdClientAddressStateEx,
 } DHCP_PROPERTY_ID;

DhcpPropIdPolicyDnsSuffix: Identifies the DNS suffix of a policy. It is of property type DhcpPropTypeString, as specified in DHCP_PROPERTY_TYPE (section 2.2.1.1.26).

DhcpPropIdClientAddressStateEx: Identifies the extended address state flags of a lease table entry. It is of property type DhcpPropTypeDword, as specified in DHCP_PROPERTY_TYPE (section 2.2.1.1.26).