Partager via


Interface ITfInputProcessorProfiles (msctf.h)

L’interface ITfInputProcessorProfiles est implémentée par le gestionnaire TSF et utilisée par une application ou un service de texte pour manipuler le profil de langue d’un ou de plusieurs services de texte.

Héritage

L’interface ITfInputProcessorProfiles hérite de l’interface IUnknown . ITfInputProcessorProfiles a également les types de membres suivants :

Méthodes

L’interface ITfInputProcessorProfiles a ces méthodes.

 
ITfInputProcessorProfiles ::ActivateLanguageProfile

Méthode ITfInputProcessorProfiles ::ActivateLanguageProfile
ITfInputProcessorProfiles ::AddLanguageProfile

Méthode ITfInputProcessorProfiles ::AddLanguageProfile
ITfInputProcessorProfiles ::ChangeCurrentLanguage

Méthode ITfInputProcessorProfiles ::ChangeCurrentLanguage
ITfInputProcessorProfiles ::EnableLanguageProfile

Méthode ITfInputProcessorProfiles ::EnableLanguageProfile
ITfInputProcessorProfiles ::EnableLanguageProfileByDefault

Méthode ITfInputProcessorProfiles ::EnableLanguageProfileByDefault
ITfInputProcessorProfiles ::EnumInputProcessorInfo

Méthode ITfInputProcessorProfiles ::EnumInputProcessorInfo
ITfInputProcessorProfiles ::EnumLanguageProfiles

Méthode ITfInputProcessorProfiles ::EnumLanguageProfiles
ITfInputProcessorProfiles ::GetActiveLanguageProfile

Méthode ITfInputProcessorProfiles ::GetActiveLanguageProfile
ITfInputProcessorProfiles ::GetCurrentLanguage

ITfInputProcessorProfiles ::GetCurrentLanguage, méthode
ITfInputProcessorProfiles ::GetDefaultLanguageProfile

Méthode ITfInputProcessorProfiles ::GetDefaultLanguageProfile
ITfInputProcessorProfiles ::GetLanguageList

Méthode ITfInputProcessorProfiles ::GetLanguageList
ITfInputProcessorProfiles ::GetLanguageProfileDescription

Méthode ITfInputProcessorProfiles ::GetLanguageProfileDescription
ITfInputProcessorProfiles ::IsEnabledLanguageProfile

Méthode ITfInputProcessorProfiles ::IsEnabledLanguageProfile
ITfInputProcessorProfiles ::Register

ITfInputProcessorProfiles ::Register, méthode
ITfInputProcessorProfiles ::RemoveLanguageProfile

Méthode ITfInputProcessorProfiles ::RemoveLanguageProfile
ITfInputProcessorProfiles ::SetDefaultLanguageProfile

Méthode ITfInputProcessorProfiles ::SetDefaultLanguageProfile
ITfInputProcessorProfiles ::SubstituteKeyboardLayout

Méthode ITfInputProcessorProfiles ::SubstituteKeyboardLayout
ITfInputProcessorProfiles ::Unregister

Méthode ITfInputProcessorProfiles ::Unregister

Remarques

Pour obtenir un pointeur vers cette interface, appelez CoCreateInstance avec CLSID_TF_InputProcessorProfiles.

Exemples

ITfInputProcessorProfiles


HRESULT hr;
ITfInputProcessorProfiles *pProfiles;

//Create the object. 
hr = CoCreateInstance(  CLSID_TF_InputProcessorProfiles, 
                        NULL, 
                        CLSCTX_INPROC_SERVER, 
                        IID_ITfInputProcessorProfiles, 
                        (LPVOID*)&pProfiles);

if(SUCCEEDED(hr))
{
    //Use the interface. 

    //Release the interface. 
    pProfiles->Release();
}

Configuration requise

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]
Plateforme cible Windows
En-tête msctf.h
Composant redistribuable TSF 1.0 sur Windows 2000 Professionnel