4.1.15.1.2 DRS_MSG_MOVEREQ_V1
The DRS_MSG_MOVEREQ_V1 structure defines a request message sent to the IDL_DRSInterDomainMove method. This request version is obsolete.<34>
-
typedef struct { char* pSourceDSA; ENTINF* pObject; UUID* pParentUUID; SCHEMA_PREFIX_TABLE PrefixTable; ULONG ulFlags; } DRS_MSG_MOVEREQ_V1;
pSourceDSA: The NetworkAddress of the client DC.
pObject: The object to be moved.
pParentUUID: The objectGUID of the new parent object.
PrefixTable: The prefix table with which to translate the ATTRTYP values in pObject to OIDs.
ulFlags: Unused. MUST be 0 and ignored.