<div class="content" name="MPR_FILTER_0" uuid="d5556601-8e51-46bd-b8c6-2fc4d76a21aa"><p>The <b>MPR_FILTER_0</b> structure<a id="Appendix_A_Target_80"></a><a aria-label="Product behavior note 80" href="3bb906f0-b077-47ab-ad11-d8d807afde26#Appendix_A_80" data-linktype="relative-path">&lt;80&gt;</a> is used to specify whether RRAS
server <a href="fc2dfae9-0d04-4e1d-97c9-c51c2dc06c3b#gt_dd7ea7af-92a8-43df-b0f8-0994cb994f7a" data-linktype="relative-path">filtering</a> is
enabled or not. When this structure is encapsulated within <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 used MUST be 0xFFFF0015 or 0xFFFF0016. </p><dl>
<dd>
<div><pre> typedef struct _MPR_FILTER_0 {
   IN BOOL fEnable;
 } MPR_FILTER_0,
  *PMPR_FILTER_0;
</pre></div>
</dd></dl><p><b>fEnable: </b>This MUST be set to 0x00000000 to
disable filtering and MUST be set to 0x00000001 to enable filtering on the RRAS
server.</p></div>