<div class="content"><p>The <b>MPR_SERVER_SET_CONFIG_EX_2</b> structure<a id="Appendix_A_Target_170"></a><a aria-label="Product behavior note 170" href="3bb906f0-b077-47ab-ad11-d8d807afde26#Appendix_A_170" data-linktype="relative-path">&lt;170&gt;</a> is used to set the
configuration parameters for the RRAS server.</p><dl>
<dd>
<div><pre> typedef struct _MPR_SERVER_SET_CONFIG_EX_2 {
   MPRAPI_OBJECT_HEADER_IDL Header;
   DWORD setConfigForProtocols;
   MPRAPI_TUNNEL_CONFIG_PARAMS_2 ConfigParams;
 } MPR_SERVER_SET_CONFIG_EX_2,
  *PMPR_SERVER_SET_CONFIG_EX_2;
</pre></div>
</dd></dl><p><b>Header: </b>This MUST be an <a href="abab767e-8f43-40c6-bb13-ff65307f05ef" data-linktype="relative-path"><b>MPRAPI_OBJECT_HEADER_IDL (section 2.2.1.2.129)</b></a><span> structure</span>, the <b>revision</b> field MUST be 0x02,
and the <b>type</b> field MUST be 0x03.   </p><p><b>setConfigForProtocols: </b>Same as <b>setConfigForProtocols</b>
in <a href="438f3bb9-06fa-4c06-a772-8c8d7bf6e62a" data-linktype="relative-path"><b>MPR_SERVER_SET_CONFIG_EX_1</b></a>.
</p><p><b>ConfigParams: </b>This MUST be an <a href="c58fde4e-afc2-4453-a69b-47f7def94ed6" data-linktype="relative-path"><b>MPRAPI_TUNNEL_CONFIG_PARAMS_2</b></a>
structure.  </p></div>