<div class="content" name="DRS_MSG_ADDENTRYREQ" uuid="6104d1c7-a2a6-47a8-b7a7-2ea655574df0"><p>The DRS_MSG_ADDENTRYREQ union defines the request messages
that are sent to the <span><a href="06764fc5-4df6-4104-b6af-a92bdaa81f6e" data-linktype="relative-path">IDL_DRSAddEntry</a></span>
method.</p><dl>
<dd>
<div><pre> typedef 
 [switch_type(DWORD)] 
 union {
   [case(1)] 
     DRS_MSG_ADDENTRYREQ_V1 V1;
   [case(2)] 
     DRS_MSG_ADDENTRYREQ_V2 V2;
   [case(3)] 
     DRS_MSG_ADDENTRYREQ_V3 V3;
 } DRS_MSG_ADDENTRYREQ;
</pre></div>
</dd></dl><p><b>V1:</b>  Version 1 request (obsolete).</p><p><b>V2:</b>  Version 2 request.</p><p><b>V3:</b>  Version 3 request.</p></div>