Méthode ISpellChecker ::AutoCorrect (spellcheck.h)
Entraîne le remplacement des occurrences d’un mot par un autre.
Syntaxe
HRESULT AutoCorrect(
[in] LPCWSTR from,
[in] LPCWSTR to
);
Paramètres
[in] from
Mot mal orthographié à correction automatique.
[in] to
Mot correctement orthographié qui doit remplacer de.
Valeur retournée
Cette méthode peut retourner l’une de ces valeurs.
Code de retour | Description |
---|---|
|
Réussi. |
|
from ou to est une chaîne vide, ou la longueur d’au moins un des paramètres est supérieure à MAX_WORD_LENGTH. |
|
from ou to est un pointeur null. |
Configuration requise
Condition requise | Valeur |
---|---|
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 |