Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 |