<div class="content" name="FW_IPV4_SUBNET_LIST" uuid="a230f0e4-8005-4983-89e3-e417b3354ae5"><p>This structure is used to contain a number of <span><a href="ed0a65ec-d3b6-461c-a4ca-ecf08ed18025" data-linktype="relative-path">FW_IPV4_SUBNET</a></span>
elements.</p><dl>
<dd>
<div><pre> typedef struct _tag_FW_IPV4_SUBNET_LIST {
   [range(0, 1000)] unsigned long dwNumEntries;
   [size_is(dwNumEntries)] PFW_IPV4_SUBNET pSubNets;
 } FW_IPV4_SUBNET_LIST,
  *PFW_IPV4_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_IPV4_SUBNET elements. The number of elements is given by <b>dwNumEntries</b>.</p></div>