Platform SDK: Active Directory, ADSI, and Directory Services

DS_REPSYNCALL_SYNC

The DS_REPSYNCALL_SYNC structure identifies a single replication operation performed between a source and a 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 Unicode string specifying the DNS GUID of the source server.
pszDstId
Pointer to a null-terminated Unicode string specifying the DNS GUID of the destination server.

Requirements

  Windows NT/2000: Requires Windows 2000.
  Header: Declared in Ntdsapi.h.
  Unicode: Declared as Unicode and ANSI structures.

See Also

Domain Controller and Replication Management Structures, DsReplicaSyncAll, DS_REPSYNCALL_UPDATE