<div class="content" name="DRS_MSG_RMDMNREPLY" uuid="88a1c1ea-a79a-46c8-9e0c-ea94a45605cb"><p>The DRS_MSG_RMDMNREPLY union defines the response messages
received from the <span><a href="aa3cfa46-c737-425a-ae65-ecaf9efe7e84" data-linktype="relative-path">IDL_DRSRemoveDsDomain</a></span>
method. Only one version, identified by <i>pdwOutVersion^</i> = 1, is currently
defined.</p><dl>
<dd>
<div><pre> typedef 
 [switch_type(DWORD)] 
 union {
   [case(1)] 
     DRS_MSG_RMDMNREPLY_V1 V1;
 } DRS_MSG_RMDMNREPLY;
</pre></div>
</dd></dl><p><b>V1:</b>  The version 1 response.</p></div>