DHCP_SUBNET_ELEMENT_INFO_ARRAY structure (dhcpsapi.h)
The DHCP_SUBNET_ELEMENT_INFO_ARRAY structure defines an array of subnet element data.
Syntax
typedef struct _DHCP_SUBNET_ELEMENT_INFO_ARRAY {
DWORD NumElements;
LPDHCP_SUBNET_ELEMENT_DATA Elements;
} DHCP_SUBNET_ELEMENT_INFO_ARRAY, *LPDHCP_SUBNET_ELEMENT_INFO_ARRAY;
Members
NumElements
Specifies the number of elements in Elements.
Elements
Pointer to a list of DHCP_SUBNET_ELEMENT_DATA structures that contain the data for the corresponding subnet elements.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008, Windows Server 2008 R2 [desktop apps only] |
Header | dhcpsapi.h |