<div class="content"><p> </p><p>The DRS_MSG_REPADD_V1 structure defines a request message
sent to the <span><a href="7219df91-4eea-494f-88e3-780d40d2d559" data-linktype="relative-path">IDL_DRSReplicaAdd</a></span>
method.</p><dl>
<dd>
<div><pre> typedef struct {
   [ref] DSNAME* pNC;
   [ref] [string] char* pszDsaSrc;
   REPLTIMES rtSchedule;
   ULONG ulOptions;
 } DRS_MSG_REPADD_V1;
</pre></div>
</dd></dl><p><b>pNC:</b>  The <span><a href="e5c2026b-f732-4c9d-9d60-b945c0ab54eb#gt_784c7cce-f782-48d8-9444-c9030ba86942" data-linktype="relative-path">NC</a></span> root of the NC to
replicate.</p><p><b>pszDsaSrc:</b>  The transport-specific <span><a href="3d0d3777-9358-47dd-b555-34405f57f912" data-linktype="relative-path">NetworkAddress</a></span>
of the <span><a href="e5c2026b-f732-4c9d-9d60-b945c0ab54eb#gt_76a05049-3531-4abd-aec8-30e19954b4bd" data-linktype="relative-path">DC</a></span> from which to
replicate <span><a href="e5c2026b-f732-4c9d-9d60-b945c0ab54eb#gt_b242435b-73cc-4c4e-95f0-b2a2ff680493" data-linktype="relative-path">updates</a></span>.</p><p><b>rtSchedule:</b>  The schedule used to
perform periodic <span><a href="e5c2026b-f732-4c9d-9d60-b945c0ab54eb#gt_a5678f3c-cf60-4b89-b835-16d643d1debb" data-linktype="relative-path">replication</a></span>.</p><p><b>ulOptions:</b>  Zero or more <span><a href="ac9c8a11-cd46-4080-acbf-9faa86344030" data-linktype="relative-path">DRS_OPTIONS</a></span>
flags.</p></div>