Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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_SERVERValue: 0 The server referred to by the pszSvrId member of the DS_REPSYNCALL_ERRINFO structure cannot be contacted. |
DS_REPSYNCALL_WIN32_ERROR_REPLICATINGValue: 1 An error occurred during replication of the server identified by the pszSvrId member of the DS_REPSYNCALL_ERRINFO structure. |
DS_REPSYNCALL_SERVER_UNREACHABLEValue: 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 |