4.1.15.1.1 DRS_MSG_MOVEREQ

The DRS_MSG_MOVEREQ union defines the request messages sent to the IDL_DRSInterDomainMove method.

 typedef 
 [switch_type(DWORD)] 
 union {
   [case(1)] 
     DRS_MSG_MOVEREQ_V1 V1;
   [case(2)] 
     DRS_MSG_MOVEREQ_V2 V2;
 } DRS_MSG_MOVEREQ;

V1: The version 1 request (obsolete).

V2: The version 2 request.