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 ITfInputProcessorProfileMgr::UnregisterProfile method unregisters the text service and the profile.
Syntax
HRESULT UnregisterProfile(
[in] REFCLSID rclsid,
[in] LANGID langid,
[in] REFGUID guidProfile,
[in] DWORD dwFlags
);
Parameters
[in] rclsid
[in] CLSID of the text service.
[in] langid
[in] The language id of the profile.
[in] guidProfile
[in] The GUID to identify the profile.
[in] dwFlags
[in] The combination of the following bits:
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 |