DHCP_ATTRIB_ARRAY structure (dhcpsapi.h)
The DHCP_ATTRIB_ARRAY structure defines a set of DHCP server attributes.
Syntax
typedef struct _DHCP_ATTRIB_ARRAY {
ULONG NumElements;
LPDHCP_ATTRIB DhcpAttribs;
} DHCP_ATTRIB_ARRAY, *PDHCP_ATTRIB_ARRAY, *LPDHCP_ATTRIB_ARRAY;
Members
NumElements
Specifies the number of attributes listed in DhcpAttribs.
DhcpAttribs
Pointer to a list of DHCP_ATTRIB structures that contain the DHCP server attributes.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008, Windows Server 2008 R2 [desktop apps only] |
Header | dhcpsapi.h |