ISyncMgrConflictStore ::GetCount, méthode (syncmgr.h)
Obtient le nombre de conflits dans le magasin.
Syntaxe
HRESULT GetCount(
[in] LPCWSTR pszHandlerID,
[in] LPCWSTR pszItemID,
[out] DWORD *pnConflicts
);
Paramètres
[in] pszHandlerID
Type : LPCWSTR
Pointeur vers un ID de gestionnaire de synchronisation sous forme de chaîne Unicode.
[in] pszItemID
Type : LPCWSTR
Pointeur vers un ID d’élément de synchronisation sous forme de chaîne Unicode.
[out] pnConflicts
Type : DWORD*
Lorsque cette méthode est retournée, contient le nombre de 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 |