<div class="content" name="DRS_MSG_ADDSIDREPLY" uuid="8c600ba9-ada0-4771-932f-e4f68516d9bb"><p>The DRS_MSG_ADDSIDREPLY union defines the response messages
received from the <span><a href="376230a5-d806-4ae5-970a-f6243ee193c8" data-linktype="relative-path">IDL_DRSAddSidHistory</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_ADDSIDREPLY_V1 V1;
 } DRS_MSG_ADDSIDREPLY;
</pre></div>
</dd></dl><p><b>V1:</b>  Version 1 of the reply packet
structure.</p></div>