Partager via


Méthode ISpellChecker::remove_SpellCheckerChanged (spellcheck.h)

Supprime un gestionnaire d’événements (ISpellCheckerChangedEventHandler) qui a été ajouté pour l’événement SpellCheckerChanged.

Syntaxe

HRESULT remove_SpellCheckerChanged(
  [in] DWORD eventCookie
);

Paramètres

[in] eventCookie

Cookie d’événement qui identifie de manière unique le gestionnaire ajouté. Il s’agit de l’eventCookie obtenu à partir de l’appel à add_SpellCheckerChanged.

Valeur retournée

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 8 [applications de bureau | Applications UWP]
Serveur minimal pris en charge Windows Server 2012 [applications de bureau | Applications UWP]
Plateforme cible Windows
En-tête spellcheck.h

Voir aussi

ISpellChecker

ISpellCheckerChangedEventHandler

add_SpellCheckerChanged