2.2.1.2.120 DHCP_CLIENT_INFO_EX_ARRAY

The DHCP_CLIENT_INFO_EX_ARRAY structure encapsulates an array of DHCP_CLIENT_INFO_EX (section 2.2.1.2.119) structures.

 typedef struct DHCP_CLIENT_INFO_EX_ARRAY {
     DWORD NumElements;
     [size_is (NumElements)] LPDHCP_CLIENT_INFO_EX *Clients; // array of pointers
 } DHCP_CLIENT_INFO_EX_ARRAY, *LPDHCP_CLIENT_INFO_EX_ARRAY;

NumElements: The number of elements in the Clients member.

Clients: An array of pointers to DHCP_CLIENT_INFO_EX (section 2.2.1.2.119) structures.