<div class="content" name="DRS_MSG_MOVEREPLY_V2" uuid="59b23876-f18c-44bd-b88f-3848d256c61e"><p>The DRS_MSG_MOVEREPLY_V2 structure defines a response
message received from the <span><a href="595b2fef-493b-4b1d-b60d-e7a1a3345b0e" data-linktype="relative-path">IDL_DRSInterDomainMove</a></span>
method.</p><dl>
<dd>
<div><pre> typedef struct {
   ULONG win32Error;
   [unique] DSNAME* pAddedName;
 } DRS_MSG_MOVEREPLY_V2;
</pre></div>
</dd></dl><p><b>win32Error:</b>  0 if successful, or
non-zero if a fatal error occurred.</p><p><b>pAddedName:</b>  The name of the <span><a href="e5c2026b-f732-4c9d-9d60-b945c0ab54eb#gt_8bb43a65-7a8c-4585-a7ed-23044772f8ca" data-linktype="relative-path">object</a></span>
in its new <span><a href="e5c2026b-f732-4c9d-9d60-b945c0ab54eb#gt_b0276eb2-4e65-4cf1-a718-e0920a614aca" data-linktype="relative-path">domain</a></span>.</p></div>