Condividi tramite


enumerazione DS_REPSYNCALL_ERROR (ntdsapi.h)

L'enumerazione DS_REPSYNCALL_ERROR viene usata con la struttura DS_REPSYNCALL_ERRINFO per indicare dove si è verificato un errore nel processo di replica.

Sintassi

typedef enum {
  DS_REPSYNCALL_WIN32_ERROR_CONTACTING_SERVER = 0,
  DS_REPSYNCALL_WIN32_ERROR_REPLICATING = 1,
  DS_REPSYNCALL_SERVER_UNREACHABLE = 2
} DS_REPSYNCALL_ERROR;

Costanti

 
DS_REPSYNCALL_WIN32_ERROR_CONTACTING_SERVER
Valore: 0
Impossibile contattare il server a cui fa riferimento il membro pszSvrId della struttura DS_REPSYNCALL_ERRINFO .
DS_REPSYNCALL_WIN32_ERROR_REPLICATING
Valore: 1
Errore durante la replica del server identificato dal membro pszSvrId della struttura DS_REPSYNCALL_ERRINFO .
DS_REPSYNCALL_SERVER_UNREACHABLE
Valore: 2
Impossibile contattare il server identificato dal membro pszSvrId della struttura DS_REPSYNCALL_ERRINFO .

Requisiti

Requisito Valore
Client minimo supportato Windows Vista
Server minimo supportato Windows Server 2008
Intestazione ntdsapi.h

Vedi anche

DS_REPSYNCALL_ERRINFO

DsReplicaSyncAll