ITfInputProcessorProfileMgr::ReleaseInputProcessor method (msctf.h)
The ITfInputProcessorProfileMgr::ReleaseInputProcessor method deactivates the profiles belonging to the text services of the specified CLSID and releases the instance of ITfTextInputProcessorEx interface.
Syntax
HRESULT ReleaseInputProcessor(
[in] REFCLSID rclsid,
[in] DWORD dwFlags
);
Parameters
[in] rclsid
[in] CLSID of the textservice to be released.
[in] dwFlags
[in]
Return value
This method can return one of these values.
Value | Description |
---|---|
|
The method was successful. |
|
An unspecified error occurred. |
|
One or more parameters are invalid. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2003 R2 [desktop apps | UWP apps] |
Target Platform | Windows |
Header | msctf.h |
DLL | Msctf.dll |