Interfaccia ITfInputProcessorProfiles (msctf.h)
L'interfaccia ITfInputProcessorProfiles viene implementata dal gestore TSF e usata da un'applicazione o da un servizio di testo per modificare il profilo linguistico di uno o più servizi di testo.
Ereditarietà
L'interfaccia ITfInputProcessorProfiles eredita dall'interfaccia IUnknown . ITfInputProcessorProfiles include anche questi tipi di membri:
Metodi
L'interfaccia ITfInputProcessorProfiles include questi metodi.
ITfInputProcessorProfiles::ActivateLanguageProfile Metodo ITfInputProcessorProfiles::ActivateLanguageProfile |
ITfInputProcessorProfiles::AddLanguageProfile Metodo ITfInputProcessorProfiles::AddLanguageProfile |
ITfInputProcessorProfiles::ChangeCurrentLanguage Metodo ITfInputProcessorProfiles::ChangeCurrentLanguage |
ITfInputProcessorProfiles::EnableLanguageProfile Metodo ITfInputProcessorProfiles::EnableLanguageProfile |
ITfInputProcessorProfiles::EnableLanguageProfileByDefault Metodo ITfInputProcessorProfiles::EnableLanguageProfileByDefault |
ITfInputProcessorProfiles::EnumInputProcessorInfo Metodo ITfInputProcessorProfiles::EnumInputProcessorInfo |
ITfInputProcessorProfiles::EnumLanguageProfiles Metodo ITfInputProcessorProfiles::EnumLanguageProfiles |
ITfInputProcessorProfiles::GetActiveLanguageProfile Metodo ITfInputProcessorProfiles::GetActiveLanguageProfile |
ITfInputProcessorProfiles::GetCurrentLanguage Metodo ITfInputProcessorProfiles::GetCurrentLanguage |
ITfInputProcessorProfiles::GetDefaultLanguageProfile Metodo ITfInputProcessorProfiles::GetDefaultLanguageProfile |
ITfInputProcessorProfiles::GetLanguageList Metodo ITfInputProcessorProfiles::GetLanguageList |
ITfInputProcessorProfiles::GetLanguageProfileDescription Metodo ITfInputProcessorProfiles::GetLanguageProfileDescription |
ITfInputProcessorProfiles::IsEnabledLanguageProfile Metodo ITfInputProcessorProfiles::IsEnabledLanguageProfile |
ITfInputProcessorProfiles::Register Metodo ITfInputProcessorProfiles::Register |
ITfInputProcessorProfiles::RemoveLanguageProfile Metodo ITfInputProcessorProfiles::RemoveLanguageProfile |
ITfInputProcessorProfiles::SetDefaultLanguageProfile Metodo ITfInputProcessorProfiles::SetDefaultLanguageProfile |
ITfInputProcessorProfiles::SubstituteKeyboardLayout Metodo ITfInputProcessorProfiles::SubstituteKeyboardLayout |
ITfInputProcessorProfiles::Unregister Metodo ITfInputProcessorProfiles::Unregister |
Commenti
Per ottenere un puntatore a questa interfaccia, chiamare CoCreateInstance con CLSID_TF_InputProcessorProfiles.
Esempio
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();
}
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 2000 Professional [solo app desktop] |
Server minimo supportato | Windows 2000 Server [solo app desktop] |
Piattaforma di destinazione | Windows |
Intestazione | msctf.h |
Componente ridistribuibile | TSF 1.0 in Windows 2000 Professional |