2.2.1.2.111 DHCP_POLICY_ARRAY

The DHCP_POLICY_ARRAY structure contains a list of policy elements.

 typedef struct _DHCP_POLICY_ARRAY {
   DWORD NumElements;
   [size_is(NumElements)] LPDHCP_POLICY Elements;
 } DHCP_POLICY_ARRAY,
  *PDHCP_POLICY_ARRAY,
  *LPDHCP_POLICY_ARRAY;

NumElements: This member contains the number of policies in the array.

Elements: This member is a pointer of type DHCP_POLICY (section 2.2.1.2.110) that points to an array of length NumElements.