<div class="content"><p> </p><p>The DRS_MSG_REPSYNC_V1 structure defines a request message
sent to the <span><a href="25c71d91-051f-4c26-977f-a70892f29b00" data-linktype="relative-path">IDL_DRSReplicaSync</a></span>
method.</p><dl>
<dd>
<div><pre> typedef struct {
   [ref] DSNAME* pNC;
   UUID uuidDsaSrc;
   [unique] [string] char* pszDsaSrc;
   ULONG ulOptions;
 } DRS_MSG_REPSYNC_V1;
</pre></div>
</dd></dl><p><b>pNC:</b>  A pointer to <span><a href="a0d5477a-5229-46b9-890a-54b924d487d1" data-linktype="relative-path">DSName</a></span>
of the root of an <span><a href="e5c2026b-f732-4c9d-9d60-b945c0ab54eb#gt_325d116f-cdbe-4dbd-b7e6-769ba75bf210" data-linktype="relative-path">NC replica</a></span> on the
server.</p><p><b>uuidDsaSrc:</b>  The <span><a href="e5c2026b-f732-4c9d-9d60-b945c0ab54eb#gt_736b1076-d1cb-40b9-9247-d66cca6819d1" data-linktype="relative-path">DSA GUID</a></span>.</p><p><b>pszDsaSrc:</b>  The transport-specific <span><a href="3d0d3777-9358-47dd-b555-34405f57f912" data-linktype="relative-path">NetworkAddress</a></span>
of a <span><a href="e5c2026b-f732-4c9d-9d60-b945c0ab54eb#gt_76a05049-3531-4abd-aec8-30e19954b4bd" data-linktype="relative-path">DC</a></span>.</p><p><b>ulOptions:</b>  The <span><a href="ac9c8a11-cd46-4080-acbf-9faa86344030" data-linktype="relative-path">DRS_OPTIONS</a></span>
flags.</p></div>