The DRS_MSG_MOVEREPLY union defines the response messages received from the IDL_DRSInterDomainMove method.
typedef
[switch_type(DWORD)]
union {
[case(1)]
DRS_MSG_MOVEREPLY_V1 V1;
[case(2)]
DRS_MSG_MOVEREPLY_V2 V2;
} DRS_MSG_MOVEREPLY;
V1: The version 1 response (obsolete).
V2: The version 2 response.