4.1.13.1.6 DS_REPL_NEIGHBORSW

The DS_REPL_NEIGHBORSW structure defines a set of replication neighbors. This structure is a concrete representation of a sequence of RepsFrom or RepsTo values.

 typedef struct {
   DWORD cNumNeighbors;
   DWORD dwReserved;
   [size_is(cNumNeighbors)] DS_REPL_NEIGHBORW rgNeighbor[];
 } DS_REPL_NEIGHBORSW;

cNumNeighbors: The count of items in the rgNeighbor array.

dwReserved: Unused. MUST be 0 and ignored.

rgNeighbor: A set of replication neighbors.