Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.