<div class="content" name="DRS_MSG_RMSVRREQ" uuid="bd5413ad-a2f5-4976-b4aa-e4082183824c"><p>The DRS_MSG_RMSVRREQ union defines the request messages sent
to the <span><a href="d5c310ae-347a-49d4-a78e-6ffb2eecd581" data-linktype="relative-path">IDL_DRSRemoveDsServer</a></span>
method. Only one version, identified by <i>dwInVersion</i> = 1, is currently
defined.</p><dl>
<dd>
<div><pre> typedef 
 [switch_type(DWORD)] 
 union {
   [case(1)] 
     DRS_MSG_RMSVRREQ_V1 V1;
 } DRS_MSG_RMSVRREQ;
</pre></div>
</dd></dl><p><b>V1:</b>  The version 1 request.</p></div>