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.
Sets the integration style.
Syntax
HRESULT SetIntegrationStyle(
[in] GUID guidIntegrationStyle
);
Parameters
[in] guidIntegrationStyle
The desired type of keyboard integration experience.
Return value
This method can return one of these values.
| Value | Description |
|---|---|
|
The text service supports the integration style. |
|
The text service does not support the integration style. |
Remarks
If an app needs a keyboard-integrated experience, it can set a GUID for the desired type of integration experience. If the text service supports the integration style, it should return S_OK. If it's not supported, it should return E_NOTIMPL. When called, the text service may adjust its respond to keyboard interaction for the lifetime of the ITfCandidateListUIElement object, for example, until ITfUIElementSink::EndUIElement is called.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8 [desktop apps only] |
| Minimum supported server | Windows Server 2012 [desktop apps only] |
| Target Platform | Windows |
| Header | ctffunc.h |