<div class="content"><p>The <b>MPR_SERVER_SET_CONFIG_EX_3</b> structure<a id="Appendix_A_Target_179"></a><a aria-label="Product behavior note 179" href="3bb906f0-b077-47ab-ad11-d8d807afde26#Appendix_A_179" data-linktype="relative-path">&lt;179&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_3 {
   MPRAPI_OBJECT_HEADER_IDL Header;
   DWORD setConfigForProtocols;
   MPRAPI_TUNNEL_CONFIG_PARAMS_3 ConfigParams;
 } MPR_SERVER_SET_CONFIG_EX_3,
  *PMPR_SERVER_SET_CONFIG_EX_3;
</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>,
the <b>revision</b> field MUST be 0x03, and the <b>type</b> field MUST be
0x03.  </p><p><b>setConfigForProtocols: </b>Same as
setConfigForProtocols in <a href="438f3bb9-06fa-4c06-a772-8c8d7bf6e62a" data-linktype="relative-path"><b>MPR_SERVER_SET_CONFIG_EX_1 (section 2.2.1.2.145)</b></a>. 
</p><p><b>ConfigParams: </b>This MUST be an <a href="15544950-5f0f-48ee-9f16-c8955116ae2f" data-linktype="relative-path"><b>MPRAPI_TUNNEL_CONFIG_PARAMS_3 (section 2.2.1.2.249)</b></a>
structure.  </p></div>