<div class="content" name="RMprAdminServerSetInfoEx" uuid="4a7ae594-8b21-4e5c-8384-1d271bfe0169"><p>The <b>RMprAdminServerSetInfoEx</b> method<a id="Appendix_A_Target_322"></a><a aria-label="Product behavior note 322" href="3bb906f0-b077-47ab-ad11-d8d807afde26#Appendix_A_322" data-linktype="relative-path">&lt;322&gt;</a> sets the device configuration
information for PPTP, L2TP, SSTP, and IKEv2 on a specified server <i>hDimServer</i>.</p><dl>
<dd>
<div><pre> DWORD RMprAdminServerSetInfoEx(
   [in] DIM_HANDLE hDimServer,
   [in] PMPR_SERVER_SET_CONFIG_EX_IDL pServerConfig
 );
</pre></div>
</dd></dl><p><b>hDimServer: </b>The handle to the RRASM server
where the call is to be executed, see section <a href="1f8cdbcc-9791-4a35-ad78-878b8d110e15" data-linktype="relative-path">3.1.3</a>.</p><p><b>pServerConfig: </b>This is a pointer to a
structure <b>PMPR_SERVER_SET_CONFIG_EX_IDL</b> (section <a href="772586c8-92ab-455c-a2ac-eea442644e1f" data-linktype="relative-path">2.2.1.2.146</a>) which
contains the information required to set values on the RAS server. </p><p><b>Return Values: </b>A 32-bit unsigned integer value
that indicates return status. A return value of ERROR_SUCCESS (0x00000000)
indicates the operation was completed successfully; otherwise, it contains an
error code, as specified in <a href="../ms-erref/1bc92ddf-b79e-413c-bbaa-99a5281a6c90" data-linktype="relative-path">[MS-ERREF]</a>
or in section <a href="5c0c991a-0d3d-4fe5-9503-5128d0d49fe1" data-linktype="relative-path">2.2.4</a>.
All values not in the table that follows MUST be treated the same by the RRASM
client. </p><dl>
<dd>
<table><thead>
  <tr>
   <th>
   <p>Return value/code</p>
   </th>
   <th>
   <p>Description</p>
   </th>
  </tr>
 </thead><tbody><tr>
  <td>ERROR_SUCCESS 0x00000000</td>
  <td>The call was successful.</td>
 </tr><tr>
  <td>ERROR_ACCESS_DENIED 0x00000005</td>
  <td>The calling application does not have sufficient privileges.</td>
 </tr><tr>
  <td>ERROR_SUCCESS_REBOOT_REQUIRED 0x00000BC2</td>
  <td>A system reboot is required for such a change to take effect.</td>
 </tr><tr>
  <td>ERROR_SUCCESS_RESTART_REQUIRED 0x00000BC3</td>
  <td>A remote access service restart is required for such a change to take effect.</td>
 </tr></tbody></table>
</dd></dl><p>The opnum field value for this method is 47.</p><p>When processing this call, the RRASM server MUST do the
following:</p><ul><li><p><span><span> 
</span></span>Validate, as specified in section <a href="9373431f-ed29-4639-9f8b-743267c9f9b6" data-linktype="relative-path">2.1.1.1</a>, whether this
method was called by a client that has access to the method. If the client does
not have access, then return error ERROR_ACCESS_DENIED (0x00000005).</p>
</li><li><p><span><span> 
</span></span>If <i>pServerConfig</i> is NULL, return an error other than those
in the preceding table.</p>
</li><li><p><span><span> 
</span></span>Call the abstract interface <b>Invoke DIMSVC</b> method
specifying the operation and the parameters to enable RRAS server to perform
the required management task.</p>
</li><li><p><span><span> 
</span></span>If the RRAS server completes the processing successfully, it MUST
return either ERROR_SUCCESS, ERROR_SUCCESS_REBOOT_REQUIRED<a id="Appendix_A_Target_323"></a><a aria-label="Product behavior note 323" href="3bb906f0-b077-47ab-ad11-d8d807afde26#Appendix_A_323" data-linktype="relative-path">&lt;323&gt;</a>, or ERROR_RESTART_REQUIRED<a id="Appendix_A_Target_324"></a><a aria-label="Product behavior note 324" href="3bb906f0-b077-47ab-ad11-d8d807afde26#Appendix_A_324" data-linktype="relative-path">&lt;324&gt;</a> based on the impact of the
configuration change. Otherwise return the error status.</p>
</li></ul><p>No exceptions are thrown beyond those thrown by the
underlying RPC protocol <a href="../ms-rpce/290c38b1-92fe-4229-91e6-4fc376610c15" data-linktype="relative-path">[MS-RPCE]</a>.</p></div>