ISyncMgrConflictResolutionItems ::GetItem, méthode (syncmgr.h)
Obtient les informations de résultat pour un élément spécifié, en cas de réussite.
Syntaxe
HRESULT GetItem(
[in] UINT iIndex,
[out] CONFIRM_CONFLICT_RESULT_INFO *pItemInfo
);
Paramètres
[in] iIndex
Type : UINT
Index de l'élément.
[out] pItemInfo
Type : CONFIRM_CONFLICT_RESULT_INFO*
En cas de réussite, contient un pointeur vers une structure CONFIRM_CONFLICT_RESULT_INFO .
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 |