<div class="content" name="FW_IPV6_RANGE_LIST" uuid="062373f2-c3dc-49a9-8b3f-960d2a88332d"><p>This structure is used to contain a number of <span><a href="fbf349cc-8455-490d-b97d-951c63084861" data-linktype="relative-path">FW_IPV6_ADDRESS_RANGE</a></span>
elements.</p><dl>
<dd>
<div><pre> typedef struct _tag_FW_IPV6_RANGE_LIST {
   [range(0, 1000)] unsigned long dwNumEntries;
   [size_is(dwNumEntries)] PFW_IPV6_ADDRESS_RANGE pRanges;
 } FW_IPV6_RANGE_LIST,
  *PFW_IPV6_RANGE_LIST;
</pre></div>
</dd></dl><p><b>dwNumEntries:</b>  This field specifies
the number of IPv6 address ranges that the structure contains.</p><p><b>pRanges:</b>  A pointer to an array of
FW_IPV6_ADDRESS_RANGE elements. The number of elements is given by <b>dwNumEntries</b>.</p></div>