<div class="content" name="FW_IPV6_SUBNET_LIST" uuid="a8d05086-bc48-453e-aebf-aa11fb95b9bd"><p>This structure is used to contain a number of <span><a href="ccb501eb-6620-4b49-befd-2b59828a28c8" data-linktype="relative-path">FW_IPV6_SUBNET</a></span>
elements. </p><dl>
<dd>
<div><pre> typedef struct _tag_FW_IPV6_SUBNET_LIST {
   [range(0, 1000)] unsigned long dwNumEntries;
   [size_is(dwNumEntries)] PFW_IPV6_SUBNET pSubNets;
 } FW_IPV6_SUBNET_LIST,
  *PFW_IPV6_SUBNET_LIST;
</pre></div>
</dd></dl><p><b>dwNumEntries:</b>  This field specifies
the number of subnets that the structure contains.</p><p><b>pSubNets:</b>  A pointer to an array of
FW_IPV6_SUBNET elements. The number of elements is given by <b>dwNumEntries</b>.</p></div>