mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[PSDK] Update msctf.idl. CORE-16441
This commit is contained in:
parent
d38c95ba1e
commit
4c4918afe9
1 changed files with 19 additions and 0 deletions
|
@ -1136,6 +1136,25 @@ interface ITfKeyTraceEventSink : IUnknown
|
|||
[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,
|
||||
local,
|
||||
|
|
Loading…
Reference in a new issue