DHCP_CLASS_INFO_ARRAY_V6 structure (dhcpsapi.h)

The DHCP_CLASS_INFO_ARRAY_V6 structure contains a list of information regarding a user class or a vendor class.

Syntax

typedef struct _DHCP_CLASS_INFO_ARRAY_V6 {
  DWORD                NumElements;
  LPDHCP_CLASS_INFO_V6 Classes;
} DHCP_CLASS_INFO_ARRAY_V6, *LPDHCP_CLASS_INFO_ARRAY_V6;

Members

NumElements

This is of type DWORD, specifying the number of classes whose information is contained in the array specified by Classes.

Classes

A pointer to an array of structures DHCP_CLASS_INFO_V6 (section 2.2.1.2.70) that contains information regarding the various user classes and vendor classes.

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_V6