Directory Services

DS_REPSYNCALL_SYNC

The DS_REPSYNCALL_SYNC structure identifies a single replication operation performed between a source, and destination, server by the DsReplicaSyncAll function.

typedef struct {
LPTSTR pszSrcId;
LPTSTR pszDstId; } DS_REPSYNCALL_SYNC,
*PDS_REPSYNCALL_SYNC;

Members

pszSrcId
Pointer to a null-terminated string that specifies the DNS GUID of the source server.
pszDstId
Pointer to a null-terminated string that specifies the DNS GUID of the destination server.

Requirements

Client: Included in Windows XP and Windows 2000 Professional.
Server: Included in Windows Server 2003 and Windows 2000 Server.
Unicode: Declared as Unicode and ANSI structures.
Header: Declared in Ntdsapi.h.

See Also

DS_REPSYNCALL_UPDATE, DsReplicaSyncAll, Domain Controller and Replication Management Structures