<div class="content"><p> </p><p>The DS_REPL_OPW structure defines a <span><a href="e5c2026b-f732-4c9d-9d60-b945c0ab54eb#gt_a5678f3c-cf60-4b89-b835-16d643d1debb" data-linktype="relative-path">replication</a></span>
operation to be processed by a <span><a href="e5c2026b-f732-4c9d-9d60-b945c0ab54eb#gt_76a05049-3531-4abd-aec8-30e19954b4bd" data-linktype="relative-path">DC</a></span>. This structure
is a concrete representation of a tuple in a <span><a href="6226aaa1-178d-45ff-9e17-815556739595" data-linktype="relative-path">ReplicationQueue</a></span>
sequence.</p><dl>
<dd>
<div><pre> typedef struct {
   FILETIME ftimeEnqueued;
   ULONG ulSerialNumber;
   ULONG ulPriority;
   DS_REPL_OP_TYPE OpType;
   ULONG ulOptions;
   [string] LPWSTR pszNamingContext;
   [string] LPWSTR pszDsaDN;
   [string] LPWSTR pszDsaAddress;
   UUID uuidNamingContextObjGuid;
   UUID uuidDsaObjGuid;
 } DS_REPL_OPW;
</pre></div>
</dd></dl><p><b>ftimeEnqueued:</b>  The date and time at
which the operation was requested.</p><p><b>ulSerialNumber:</b>  The unique ID
associated with the operation.</p><p><b>ulPriority:</b>  A ULONG specifying the
priority value of this operation. Tasks with a higher priority value are
executed first. The priority is calculated by the server based on the type of
operation and its parameters.</p><p><b>OpType:</b>  An integer that indicates
the type of operation, as defined in <span><a href="bf047cfe-32bd-43f6-93d3-b67b05eaac66" data-linktype="relative-path">DS_REPL_OP_TYPE (section 5.46)</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><p><b>pszNamingContext:</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 relevant <span><a href="e5c2026b-f732-4c9d-9d60-b945c0ab54eb#gt_325d116f-cdbe-4dbd-b7e6-769ba75bf210" data-linktype="relative-path">NC replica</a></span>.</p><p><b>pszDsaDN:</b>  The <span><a href="e5c2026b-f732-4c9d-9d60-b945c0ab54eb#gt_1175dd11-9368-41d5-98ed-d585f268ad4b" data-linktype="relative-path">DN</a></span>
of the relevant DC&#39;s <span><a href="../ms-adsc/5a79757d-2412-4846-bd7c-7585838a5a44" data-linktype="relative-path">nTDSDSA</a></span>
<span><a href="e5c2026b-f732-4c9d-9d60-b945c0ab54eb#gt_8bb43a65-7a8c-4585-a7ed-23044772f8ca" data-linktype="relative-path">object</a></span>.</p><p><b>pszDsaAddress:</b>  The <span><a href="3d0d3777-9358-47dd-b555-34405f57f912" data-linktype="relative-path">NetworkAddress</a></span>
of the relevant DC.</p><p><b>uuidNamingContextObjGuid:</b>  The <span><a href="../ms-ada3/937eb5c6-f6b3-4652-a276-5d6bb8979658" data-linktype="relative-path">objectGUID</a></span>
of the NC root of the relevant NC replica.</p><p><b>uuidDsaObjGuid:</b>  The <span><a href="e5c2026b-f732-4c9d-9d60-b945c0ab54eb#gt_736b1076-d1cb-40b9-9247-d66cca6819d1" data-linktype="relative-path">DSA GUID</a></span>
of the DC.</p></div>