<div class="content" name="DRS_MSG_REPADD" uuid="d73cb42a-312c-49ae-82d1-db93c044011e"><p>The DRS_MSG_REPADD union defines request messages that are
sent to the <span><a href="7219df91-4eea-494f-88e3-780d40d2d559" data-linktype="relative-path">IDL_DRSReplicaAdd</a></span>
method.</p><dl>
<dd>
<div><pre> typedef 
 [switch_type(DWORD)] 
 union {
   [case(1)] 
     DRS_MSG_REPADD_V1 V1;
   [case(2)] 
     DRS_MSG_REPADD_V2 V2;
   [case(3)]
     DRS_MSG_REPADD_V3 V3;
 } DRS_MSG_REPADD;
</pre></div>
</dd></dl><p><b>V1:</b>  The version 1 request.</p><p><b>V2:</b>  The version 2 request (a
superset of V1).</p><p><b>V3:</b>  The version 3 request (a superset of V2).</p></div>