DHCP_ATTRIB structure (dhcpsapi.h)
The DHCP_ATTRIB structure defines an attribute set on the DHCP server.
Syntax
typedef struct _DHCP_ATTRIB {
DHCP_ATTRIB_ID DhcpAttribId;
ULONG DhcpAttribType;
union {
BOOL DhcpAttribBool;
ULONG DhcpAttribUlong;
};
union {
BOOL DhcpAttribBool;
ULONG DhcpAttribUlong;
};
} DHCP_ATTRIB, *PDHCP_ATTRIB, *LPDHCP_ATTRIB;
Members
DhcpAttribId
DHCP_ATTRIB_ID structure that uniquely identifies the DHCP server attribute.
DhcpAttribType
Specifies exactly one of the following attribute types.
DhcpAttribBool
DhcpAttribUlong
Remarks
A DHCP server attribute is a value that can be queried to determine supported and available features.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008, Windows Server 2008 R2 [desktop apps only] |
Header | dhcpsapi.h |