Directory Services |
The DS_REPL_PENDING_OPS structure contains an array of DS_REPL_OP structures, which in turn describe the replication tasks currently executing and queued to execute, as returned by the DsReplicaGetInfo and DsReplicaGetInfo2 functions. The entries in the queue are processed in priority order, and the first entry is the one currently being executed.
typedef struct _DS_REPL_PENDING_OPS {
FILETIME ftimeCurrentOpStarted;
DWORD cNumPendingOps;
DS_REPL_OP rgPendingOp[1]; } DS_REPL_PENDING_OPS;
Client: Included in Windows XP and
Windows 2000 Professional.
Server: Included in Windows Server 2003 and
Windows 2000 Server.
Redistributable: Requires Active Directory Client Extension
on Windows NT 4.0 SP6a and Windows 95/98/Me.
Unicode: Declared only as Unicode.
Header: Declared in Ntdsapi.h.