Méthode ISoftKbd::SetKeyboardLabelTextCombination

La méthode ISoftKbd::SetKeyboardLabelTextCombination définit une combinaison d’étiquette et de texte utilisée pour décrire un clavier souple.

Syntaxe

HRESULT SetKeyboardLabelTextCombination(
  [in] DWORD nModifierCombination
);

Paramètres

nModifierCombination [in]

Combinaison d’étiquette et de texte utilisée pour décrire le clavier souple.

Valeur retournée

Cette méthode peut retourner l’une de ces valeurs.

Valeur Description
S_OK
La méthode a réussi.
E_INVALIDARG
Le paramètre nModifierCombination n’est pas valide.

Spécifications

Condition requise Valeur
Client minimal pris en charge
Windows 2000 Professionnel [applications de bureau uniquement]
Serveur minimal pris en charge
Windows 2000 Server [applications de bureau uniquement]
Composant redistribuable
TSF 1.0 sur Windows 2000 Professionnel
En-tête
Softkbdc.h
IDL
Softkbd.idl
DLL
Softkbd.dll

Voir aussi

ISoftKbd

ISoftKbd::SetKeyboardLabelText