DHCP_SUBNET_ELEMENT_INFO_ARRAY_V5 structure (dhcpsapi.h)

The DHCP_SUBNET_ELEMENT_INFO_ARRAY_V5 structure defines an array of subnet element data. Element data in the V5 structure is BOOTP specific.

Syntax

typedef struct _DHCP_SUBNET_ELEMENT_INFO_ARRAY_V5 {
  DWORD                         NumElements;
  LPDHCP_SUBNET_ELEMENT_DATA_V5 Elements;
} DHCP_SUBNET_ELEMENT_INFO_ARRAY_V5, *LPDHCP_SUBNET_ELEMENT_INFO_ARRAY_V5;

Members

NumElements

Specifies the number of elements in Elements.

Elements

Pointer to a list of DHCP_SUBNET_ELEMENT_DATA_V5 structures that contain the data for the corresponding subnet elements.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows 2000 Server [desktop apps only]
Header dhcpsapi.h

See also

DHCP_SUBNET_ELEMENT_DATA_V5

DhcpEnumSubnetElementsV5