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 InitLocalMsCtfMonitor function initializes TextServicesFramework on the current desktop and prepares the floating language bar, if necessary. This function must be called on the app's desktop.
HRESULT InitLocalMsCtfMonitor(
[in] DWORD dwFlags
);
[in] dwFlags
This is a combination of the following flags:
Value | Meaning |
---|---|
S_OK | The function was successful. |
E_FAIL | An unspecified error occurred. |
If this function was successful, UninitLocalMsCtfMonitor needs to be called before the caller thread is terminated or the desktop is switched.
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | msctfmonitorapi.h |
Library | MsCtfMonitor.lib |
DLL | Msctf.dll |