<div class="content"><p> </p><p>This structure is used to contain a number of <span><a href="6feb51f6-495e-4396-b86c-0dbfc5650dff" data-linktype="relative-path">FW_ICMP_TYPE_CODE</a></span>
elements.</p><dl>
<dd>
<div><pre> typedef struct _tag_FW_ICMP_TYPE_CODE_LIST {
   [range(0, 1000)] unsigned long dwNumEntries;
   [size_is(dwNumEntries)] PFW_ICMP_TYPE_CODE pEntries;
 } FW_ICMP_TYPE_CODE_LIST,
  *PFW_ICMP_TYPE_CODE_LIST;
</pre></div>
</dd></dl><p><b>dwNumEntries:</b>  This field specifies
the number of FW_ICMP_TYPE_CODE elements that the structure contains.</p><p><b>pEntries:</b>  A pointer to an array of
FW_ICMP_TYPE_CODE elements. The number of elements is given by <b>dwNumEntries</b>.</p></div>