Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The DS_REPL_CURSORS structure is used with the DsReplicaGetInfo and DsReplicaGetInfo2 function to provide replication state data with respect to all replicas of a given naming context.
Syntax
typedef struct _DS_REPL_CURSORS {
  DWORD          cNumCursors;
  DWORD          dwReserved;
#if ...
  DS_REPL_CURSOR rgCursor[];
#else
  DS_REPL_CURSOR rgCursor[1];
#endif
} DS_REPL_CURSORS;
Members
cNumCursors
Contains the number of elements in the rgCursor array.
dwReserved
Reserved for future use.
rgCursor
Contains an array of DS_REPL_CURSOR structures that contain the requested replication data. The cNumCursors member contains the number of elements in this array.
rgCursor[1]
Contains an array of DS_REPL_CURSOR structures that contain the requested replication data. The cNumCursors member contains the number of elements in this array.
Requirements
| Requirement | Value | 
|---|---|
| Minimum supported client | Windows Vista | 
| Minimum supported server | Windows Server 2008 | 
| Header | ntdsapi.h |