DS_REPSYNCALL_SYNCW structure (ntdsapi.h)

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

Syntax

typedef struct {
  LPWSTR pszSrcId;
  LPWSTR pszDstId;
  LPWSTR pszNC;
  GUID   *pguidSrc;
  GUID   *pguidDst;
} DS_REPSYNCALL_SYNCW, *PDS_REPSYNCALL_SYNCW;

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 which 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 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

See also

DS_REPSYNCALL_UPDATE

Domain Controller and Replication Management Structures

DsReplicaSyncAll