4.1.13.1.8 DS_REPL_CURSORS

The DS_REPL_CURSORS structure defines a set of replication cursors for a given NC replica. This structure is a concrete representation of a sequence of ReplUpToDateVector values.

 typedef struct {
   DWORD cNumCursors;
   DWORD dwReserved;
   [size_is(cNumCursors)] DS_REPL_CURSOR rgCursor[];
 } DS_REPL_CURSORS;

cNumCursors: The count of items in the rgCursor array.

dwReserved: Unused. MUST be 0 and ignored.

rgCursor: A set of replication cursors.