DS_REPSYNCALL_ERROR enumeration (ntdsapi.h)
The DS_REPSYNCALL_ERROR enumeration is used with the DS_REPSYNCALL_ERRINFO structure to indicate where in the replication process an error occurred.
Syntax
typedef enum {
DS_REPSYNCALL_WIN32_ERROR_CONTACTING_SERVER = 0,
DS_REPSYNCALL_WIN32_ERROR_REPLICATING = 1,
DS_REPSYNCALL_SERVER_UNREACHABLE = 2
} DS_REPSYNCALL_ERROR;
Constants
DS_REPSYNCALL_WIN32_ERROR_CONTACTING_SERVER Value: 0 The server referred to by the pszSvrId member of the DS_REPSYNCALL_ERRINFO structure cannot be contacted. |
DS_REPSYNCALL_WIN32_ERROR_REPLICATING Value: 1 An error occurred during replication of the server identified by the pszSvrId member of the DS_REPSYNCALL_ERRINFO structure. |
DS_REPSYNCALL_SERVER_UNREACHABLE Value: 2 The server identified by the pszSvrId member of the DS_REPSYNCALL_ERRINFO structure cannot be contacted. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Minimum supported server | Windows Server 2008 |
Header | ntdsapi.h |