DHCP_CLASS_INFO_ARRAY structure (dhcpsapi.h)

The DHCP_CLASS_INFO_ARRAY structure defines an array of elements that contain DHCP class information.

Syntax

typedef struct _DHCP_CLASS_INFO_ARRAY {
  DWORD             NumElements;
  LPDHCP_CLASS_INFO Classes;
} DHCP_CLASS_INFO_ARRAY, *LPDHCP_CLASS_INFO_ARRAY;

Members

NumElements

Specifies the number of elements in Classes.

Classes

Pointer to an array of DHCP_CLASS_INFO structures that contain DHCP class information.

Requirements

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

See also

DHCP_CLASS_INFO

DhcpEnumClasses