[PSDK] Update msctf.idl. CORE-16441

This commit is contained in:
Amine Khaldi 2019-11-09 22:01:26 +01:00
parent d38c95ba1e
commit 4c4918afe9

View file

@ -1136,6 +1136,25 @@ interface ITfKeyTraceEventSink : IUnknown
[in] LPARAM lParam); [in] LPARAM lParam);
} }
[
object,
local,
uuid(ea1ea136-19df-11d7-a6d2-00065b84435c),
pointer_default(unique)
]
interface ITfUIElementSink : IUnknown
{
HRESULT BeginUIElement(
[in] DWORD id,
[in, out] BOOL *show);
HRESULT UpdateUIElement(
[in] DWORD id);
HRESULT EndUIElement(
[in] DWORD id);
}
[ [
object, object,
local, local,