This topic has not yet been rated - Rate this topic

DS_REPL_NEIGHBORS structure

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.

Syntax


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

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Redistributable

Active Directory Client Extension on Windows NT 4.0 and Windows Me/98/95

Header

Ntdsapi.h

See also

DS_REPL_NEIGHBOR
DsReplicaGetInfo
DsReplicaGetInfo2

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.