ISyncMgrSyncResult ::Result, méthode (syncmgr.h)
Obtient le résultat d’un appel StartHandlerSync ou StartItemSync .
Syntaxe
HRESULT Result(
[in] SYNCMGR_PROGRESS_STATUS nStatus,
[in] UINT cError,
[in] UINT cConflicts
);
Paramètres
[in] nStatus
Type : SYNCMGR_PROGRESS_STATUS
La status actuelle du rapport d’avancement. Voir SYNCMGR_PROGRESS_STATUS.
[in] cError
Type : UINT
Une erreur.
[in] cConflicts
Type : UINT
Spécifie les conflits.
Valeur retournée
Type : HRESULT
Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Spécifications
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows Vista [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | syncmgr.h |