Directory Services

DS_REPL_NEIGHBORS

The DS_REPL_NEIGHBORS structure is used with the DsReplicaGetInfo and DsReplicaGetInfo2 functions to provide inbound replication state data for naming context and source server pairs.

typedef struct _DS_REPL_NEIGHBORS {
DWORD cNumNeighbors;
DWORD dwReserved;
DS_REPL_NEIGHBOR rgNeighbor[]; } DS_REPL_NEIGHBORS;

Members

cNumNeighbors
Contains the number of elements in the rgNeighbor array.
dwReserved
Reserved for future use.
rgNeighbor
Contains an array of DS_REPL_NEIGHBOR structures that contain the requested replication data. The cNumNeighbors member contains the number of elements in this array.

Requirements

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.

See Also

DS_REPL_NEIGHBOR, DsReplicaGetInfo, DsReplicaGetInfo2