<div class="content"><p> </p><p>The <b>DHCPV6_IP_ARRAY</b> structure defines an array of
type <span><a href="48b74c46-bf64-40db-92b9-6e61cee1bd33" data-linktype="relative-path">DHCP_IPV6_ADDRESS (section 2.2.1.2.28)</a></span>
structure that contains IPv6 prefixes. This is used in the  <span><a href="87d763ad-0d9d-43f7-8fe1-0a0627781717" data-linktype="relative-path">R_Dhcp_EnumSubnetsV6 (section 3.2.4.59)</a></span>
method.</p><dl>
<dd>
<div><pre> typedef struct _DHCPV6_IP_ARRAY {
   DWORD NumElements;
   [size_is(NumElements)] LPDHCP_IPV6_ADDRESS Elements;
 } DHCPV6_IP_ARRAY,
  *LPDHCPV6_IP_ARRAY;
</pre></div>
</dd></dl><p><b>NumElements:</b>  This is of type <span><a href="../ms-dtyp/262627d8-3418-4627-9218-4ffe110850b2" data-linktype="relative-path">DWORD</a></span>,
containing the number of IPv6 addresses in the subsequent field the <b>Elements</b>
member.</p><p><b>Elements:</b>  This is a pointer to an
array of DHCP_IPV6_ADDRESS structures of length <b>NumElements</b> containing
IPv6 addresses of the prefixes.</p></div>