Events
Apr 8, 3 PM - May 28, 7 AM
Sharpen your AI skills and enter the sweepstakes to win a free Certification exam
Register now!This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ITfInputProcessorProfiles interface is implemented by the TSF manager and used by an application or text service to manipulate the language profile of one or more text services.
The ITfInputProcessorProfiles interface inherits from the IUnknown interface. ITfInputProcessorProfiles also has these types of members:
The ITfInputProcessorProfiles interface has these methods.
ITfInputProcessorProfiles::ActivateLanguageProfile ITfInputProcessorProfiles::ActivateLanguageProfile method |
ITfInputProcessorProfiles::AddLanguageProfile ITfInputProcessorProfiles::AddLanguageProfile method |
ITfInputProcessorProfiles::ChangeCurrentLanguage ITfInputProcessorProfiles::ChangeCurrentLanguage method |
ITfInputProcessorProfiles::EnableLanguageProfile ITfInputProcessorProfiles::EnableLanguageProfile method |
ITfInputProcessorProfiles::EnableLanguageProfileByDefault ITfInputProcessorProfiles::EnableLanguageProfileByDefault method |
ITfInputProcessorProfiles::EnumInputProcessorInfo ITfInputProcessorProfiles::EnumInputProcessorInfo method |
ITfInputProcessorProfiles::EnumLanguageProfiles ITfInputProcessorProfiles::EnumLanguageProfiles method |
ITfInputProcessorProfiles::GetActiveLanguageProfile ITfInputProcessorProfiles::GetActiveLanguageProfile method |
ITfInputProcessorProfiles::GetCurrentLanguage ITfInputProcessorProfiles::GetCurrentLanguage method |
ITfInputProcessorProfiles::GetDefaultLanguageProfile ITfInputProcessorProfiles::GetDefaultLanguageProfile method |
ITfInputProcessorProfiles::GetLanguageList ITfInputProcessorProfiles::GetLanguageList method |
ITfInputProcessorProfiles::GetLanguageProfileDescription ITfInputProcessorProfiles::GetLanguageProfileDescription method |
ITfInputProcessorProfiles::IsEnabledLanguageProfile ITfInputProcessorProfiles::IsEnabledLanguageProfile method |
ITfInputProcessorProfiles::Register ITfInputProcessorProfiles::Register method |
ITfInputProcessorProfiles::RemoveLanguageProfile ITfInputProcessorProfiles::RemoveLanguageProfile method |
ITfInputProcessorProfiles::SetDefaultLanguageProfile ITfInputProcessorProfiles::SetDefaultLanguageProfile method |
ITfInputProcessorProfiles::SubstituteKeyboardLayout ITfInputProcessorProfiles::SubstituteKeyboardLayout method |
ITfInputProcessorProfiles::Unregister ITfInputProcessorProfiles::Unregister method |
To obtain a pointer to this interface, call CoCreateInstance with CLSID_TF_InputProcessorProfiles.
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();
}
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | msctf.h |
Redistributable | TSF 1.0 on Windows 2000 Professional |
Events
Apr 8, 3 PM - May 28, 7 AM
Sharpen your AI skills and enter the sweepstakes to win a free Certification exam
Register now!