4.1.13.1.20 DS_REPL_PENDING_OPSW

The DS_REPL_PENDING_OPSW structure defines a sequence of replication operations to be processed by a DC. This structure is a concrete representation of ReplicationQueue.

 typedef struct {
   FILETIME ftimeCurrentOpStarted;
   DWORD cNumPendingOps;
   [size_is(cNumPendingOps)] DS_REPL_OPW rgPendingOp[];
 } DS_REPL_PENDING_OPSW;

ftimeCurrentOpStarted: The time when the current operation started.

cNumPendingOps: The number of items in the rgPendingOp array.

rgPendingOp: The sequence of replication operations to be performed.