<div class="content"><p>The <b>IPX_TRAFFIC_FILTER_GLOBAL_INFO</b> structure MAY<a id="Appendix_A_Target_88"></a><a aria-label="Product behavior note 88" href="3bb906f0-b077-47ab-ad11-d8d807afde26#Appendix_A_88" data-linktype="relative-path">&lt;88&gt;</a> be used to specify the <a href="fc2dfae9-0d04-4e1d-97c9-c51c2dc06c3b#gt_ffbe7b55-8e84-4f41-a18d-fc29191a4cda" data-linktype="relative-path">filter</a> action to be taken
when any IPX interface filter condition is met. When this structure is
encapsulated in <a href="c99955ec-6d18-4665-8d5b-e124de63a368" data-linktype="relative-path"><b>RTR_TOC_ENTRY (section 2.2.1.2.4)</b></a>,
the <b>InfoType</b> value MUST be 0x0000000B or 0x0000000D. If the value in <b>InfoType</b>
is 0x0000000B, the filter is applied to incoming traffic and if the value is
0x0000000D, the filter is applied to outgoing traffic.  </p><dl>
<dd>
<div><pre> typedef struct _IPX_TRAFFIC_FILTER_GLOBAL_INFO {
   ULONG FilterAction;
 } IPX_TRAFFIC_FILTER_GLOBAL_INFO,
  *PIPX_TRAFFIC_FILTER_GLOBAL_INFO;
</pre></div>
</dd></dl><p><b>FilterAction: </b>This specifies the action if
there is a match with any filter on the interface. This MUST be set to
0x00000001 to permit traffic and to 0x00000002 to deny traffic.</p><dl>
<dd>
<table><thead>
  <tr>
   <th>
   <p>Value</p>
   </th>
   <th>
   <p>Meaning</p>
   </th>
  </tr>
 </thead><tbody><tr>
  <td>
  <p>0x00000001</p>
  </td>
  <td>
  <p>Permit traffic</p>
  </td>
 </tr><tr>
  <td>
  <p>0x00000002</p>
  </td>
  <td>
  <p>Deny traffic</p>
  </td>
 </tr></tbody></table>
</dd>
<dd>
<p> </p>
</dd></dl></div>