Méthode ITfContextOwnerCompositionSink::OnUpdateComposition (msctf.h)
Appelé lorsqu’une composition existante est modifiée.
Syntaxe
HRESULT OnUpdateComposition(
[in] ITfCompositionView *pComposition,
[in] ITfRange *pRangeNew
);
Paramètres
[in] pComposition
Pointeur vers un objet ITfCompositionView qui représente la composition mise à jour.
[in] pRangeNew
Pointeur vers un objet ITfRange qui contient la plage de texte que la composition couvrira une fois la composition mise à jour.
Valeur retournée
Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Notes
Pour déterminer ce qui a changé dans la composition, comparez pRangeNew à la plage retournée par ITfCompositionView::GetRange. La plage retournée par ITfCompositionView::GetRange n’est mise à jour qu’après le retour de ITfContextOwnerCompositionSink::OnUpdateComposition .
Spécifications
Client minimal pris en charge | Windows 2000 Professionnel [applications de bureau | Applications UWP] |
Serveur minimal pris en charge | Windows 2000 Server [applications de bureau | Applications UWP] |
Plateforme cible | Windows |
En-tête | msctf.h |
DLL | Msimtf.dll |
Composant redistribuable | TSF 1.0 sur Windows 2000 Professionnel |
Voir aussi
Interface ITfCompositionView, interface ITfContextOwnerCompositionSink, ITfCompositionView::GetRange, interface ITfRange