Méthode IUIAutomation4::RemoveChangesEventHandler (uiautomationclient.h)
Supprime un gestionnaire d’événements de modification.
Syntaxe
HRESULT RemoveChangesEventHandler(
[in] IUIAutomationElement *element,
[in] IUIAutomationChangesEventHandler *handler
);
Paramètres
[in] element
Type : IUIAutomationElement*
Pointeur vers l’élément UI Automation à partir duquel supprimer le gestionnaire.
[in] handler
Type : IUIAutomationChangesEventHandler*
Pointeur vers l’interface passée à AddChangesEventHandler.
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
Client minimal pris en charge | Windows 10, version 1607 [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2016 (applications de bureau uniquement) |
Plateforme cible | Windows |
En-tête | uiautomationclient.h (incluez UIAutomation.h) |