Metodo ISyncMgrSyncResult::Result (syncmgr.h)
Ottiene il risultato di una chiamata StartHandlerSync o StartItemSync .
Sintassi
HRESULT Result(
[in] SYNCMGR_PROGRESS_STATUS nStatus,
[in] UINT cError,
[in] UINT cConflicts
);
Parametri
[in] nStatus
Tipo: SYNCMGR_PROGRESS_STATUS
Stato corrente del report di stato. Vedere SYNCMGR_PROGRESS_STATUS.
[in] cError
Tipo: UINT
Errore.
[in] cConflicts
Tipo: UINT
Specifica i conflitti.
Valore restituito
Tipo: HRESULT
Se questo metodo ha esito positivo, restituisce S_OK. In caso contrario, restituisce un codice di errore HRESULT .
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows Vista [solo app desktop] |
Server minimo supportato | Windows Server 2008 [solo app desktop] |
Piattaforma di destinazione | Windows |
Intestazione | syncmgr.h |