DS_REPL_QUEUE_STATISTICSW
The DS_REPL_QUEUE_STATISTICSW structure is used to
contain replication queue statistics.
This structure is not currently used. Obtain this data using the
DS_REPL_QUEUE_STATISTICSW_BLOB
structure with the Lightweight
Directory Access Protocol API functions to obtain binary data
for the msDS-ReplQueueStatistics attribute.
typedef struct {
FILETIME ftimeCurrentOpStarted;
DWORD cNumPendingOps;
FILETIME ftimeOldestSync;
FILETIME ftimeOldestAdd;
FILETIME ftimeOldestMod;
FILETIME ftimeOldestDel;
FILETIME ftimeOldestUpdRefs;
} DS_REPL_QUEUE_STATISTICSW;
Members
- ftimeCurrentOpStarted
- Contains a FILETIME structure that contains the date and
time that the currently running operation started.
- cNumPendingOps
- Contains the number of currently pending operations.
- ftimeOldestSync
- Contains a FILETIME structure that contains the date and
time of the oldest synchronization operation.
- ftimeOldestAdd
- Contains a FILETIME structure that contains the date and
time of the oldest add operation.
- ftimeOldestMod
- Contains a FILETIME structure that contains the date and
time of the oldest modification operation.
- ftimeOldestDel
- Contains a FILETIME structure that contains the date and
time of the oldest delete operation.
- ftimeOldestUpdRefs
- Contains a FILETIME structure that contains the date and
time of the oldest reference update operation.
Requirements
Client: Included in Windows XP.
Server: Included in Windows Server 2003.
Header: Declared in Ntdsapi.h.
See Also
FILETIME, DS_REPL_QUEUE_STATISTICSW_BLOB