mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
[PSDK] Update msctf.idl. CORE-14656
This commit is contained in:
parent
6b881f6502
commit
217390ae60
1 changed files with 17 additions and 0 deletions
|
@ -1119,6 +1119,23 @@ interface ITfKeyEventSink : IUnknown
|
|||
[out] BOOL *pfEaten);
|
||||
}
|
||||
|
||||
[
|
||||
object,
|
||||
local,
|
||||
uuid(1cd4c13b-1c36-4191-a70a-7f3e611f367d),
|
||||
pointer_default(unique)
|
||||
]
|
||||
interface ITfKeyTraceEventSink : IUnknown
|
||||
{
|
||||
HRESULT OnKeyTraceDown(
|
||||
[in] WPARAM wParam,
|
||||
[in] LPARAM lParam);
|
||||
|
||||
HRESULT OnKeyTraceUp(
|
||||
[in] WPARAM wParam,
|
||||
[in] LPARAM lParam);
|
||||
}
|
||||
|
||||
[
|
||||
object,
|
||||
local,
|
||||
|
|
Loading…
Reference in a new issue