<div class="content"><p> </p><p>The DRS_MSG_MOVEREQ_V1 structure defines a request message
sent to the <span><a href="595b2fef-493b-4b1d-b60d-e7a1a3345b0e" data-linktype="relative-path">IDL_DRSInterDomainMove</a></span>
method. This request version is obsolete.<a id="Appendix_A_Target_34"></a><a aria-label="Product behavior note 34" href="e3b89556-4e48-467c-87b3-b4a737cc4999#Appendix_A_34" data-linktype="relative-path">&lt;34&gt;</a></p><dl>
<dd>
<div><pre> typedef struct {
   char* pSourceDSA;
   ENTINF* pObject;
   UUID* pParentUUID;
   SCHEMA_PREFIX_TABLE PrefixTable;
   ULONG ulFlags;
 } DRS_MSG_MOVEREQ_V1;
</pre></div>
</dd></dl><p><b>pSourceDSA:</b>  The <span><a href="3d0d3777-9358-47dd-b555-34405f57f912" data-linktype="relative-path">NetworkAddress</a></span>
of the client <span><a href="e5c2026b-f732-4c9d-9d60-b945c0ab54eb#gt_76a05049-3531-4abd-aec8-30e19954b4bd" data-linktype="relative-path">DC</a></span>.</p><p><b>pObject:</b>  The <span><a href="e5c2026b-f732-4c9d-9d60-b945c0ab54eb#gt_8bb43a65-7a8c-4585-a7ed-23044772f8ca" data-linktype="relative-path">object</a></span>
to be moved.</p><p><b>pParentUUID:</b>  The <span><a href="../ms-ada3/937eb5c6-f6b3-4652-a276-5d6bb8979658" data-linktype="relative-path">objectGUID</a></span>
of the new <span><a href="e5c2026b-f732-4c9d-9d60-b945c0ab54eb#gt_0d41951a-62f0-4fbd-bb23-22f645ae3bf5" data-linktype="relative-path">parent object</a></span>.</p><p><b>PrefixTable:</b>  The <span><a href="e5c2026b-f732-4c9d-9d60-b945c0ab54eb#gt_028437b6-7749-4428-b874-22e9559c1abe" data-linktype="relative-path">prefix
table</a></span> with which to translate the <span><a href="91173129-08e6-497c-8266-b5ac0aa5f983" data-linktype="relative-path">ATTRTYP</a></span> values in <b>pObject</b>
to <span><a href="e5c2026b-f732-4c9d-9d60-b945c0ab54eb#gt_aaaf2f1a-0b0a-487e-a0f0-c3510a6091b2" data-linktype="relative-path">OIDs</a></span>.</p><p><b>ulFlags:</b>  Unused. MUST be 0 and
ignored.</p></div>