Platform SDK: Active Directory, ADSI, and Directory Services |
The DS_REPSYNCALL_ERRINFO structure contains errors generated by the DsReplicaSyncAll function during replication.
typedef struct { LPTSTR pszSvrId; DS_REPSYNCALL_ERROR error; DWORD dwWin32Err; LPTSTR pszSrcId; } DS_REPSYNCALL_ERRINFO, *PDS_REPSYNCALL_ERRINFO;
Error | Meaning |
---|---|
DS_REPSYNCALL_SERVER_UNREACHABLE | The server referred to by pszSvrId is unreachable. |
DS_REPSYNCALL_WIN32_ERROR_CONTACTING_SERVER | Unable to contact the server referred to by pszSvrId. |
DS_REPSYNCALL_WIN32_ERROR_REPLICATING | An error occurred during replication of the server referred to by pszSvrId. |
Windows NT/2000: Requires Windows 2000.
Header: Declared in Ntdsapi.h.
Unicode: Declared as Unicode and ANSI structures.
Domain Controller and Replication Management Structures, DsReplicaSyncAll, DS_REPSYNCALL_UPDATE