DHCP_SUBNET_ELEMENT_INFO_ARRAY_V4 structure (dhcpsapi.h)

The DHCP_SUBNET_ELEMENT_INFO_ARRAY_V4 structure defines an array of subnet element data. Element data in the V4 structure contains client type information.

Syntax

typedef struct _DHCP_SUBNET_ELEMENT_INFO_ARRAY_V4 {
  DWORD                         NumElements;
  LPDHCP_SUBNET_ELEMENT_DATA_V4 Elements;
} DHCP_SUBNET_ELEMENT_INFO_ARRAY_V4, *LPDHCP_SUBNET_ELEMENT_INFO_ARRAY_V4;

Members

NumElements

Specifies the number of elements in Elements.

Elements

Pointer to a list of DHCP_SUBNET_ELEMENT_DATA_V4 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

See also

DHCP_SUBNET_ELEMENT_DATA_V4

DhcpEnumSubnetElementsV4