Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The DS_REPSYNCALL_SYNC structure identifies a single replication operation performed between a source, and destination, server by the DsReplicaSyncAll function.
Syntax
typedef struct {
  LPSTR pszSrcId;
  LPSTR pszDstId;
  LPSTR pszNC;
  GUID  *pguidSrc;
  GUID  *pguidDst;
} DS_REPSYNCALL_SYNCA, *PDS_REPSYNCALL_SYNCA;
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.
pszNC
pguidSrc
pguidDst
Remarks
Note
The ntdsapi.h header defines DS_REPSYNCALL_SYNC as an alias that automatically selects the ANSI or Unicode version of this function based on the definition of the UNICODE preprocessor constant. Mixing usage of the encoding-neutral alias with code that is not encoding-neutral can lead to mismatches that result in compilation or runtime errors. For more information, see Conventions for Function Prototypes.
Requirements
| Requirement | Value | 
|---|---|
| Minimum supported client | Windows Vista | 
| Minimum supported server | Windows Server 2008 | 
| Header | ntdsapi.h |