mirror of
https://github.com/reactos/reactos.git
synced 2025-06-27 07:29:59 +00:00
[SDK] msctf.idl: Add ITfCleanupContextSink
CORE-19360
This commit is contained in:
parent
3401a99e0f
commit
f5b0c66a05
1 changed files with 13 additions and 0 deletions
|
@ -106,6 +106,7 @@ interface ITfCompositionView;
|
||||||
interface ITfKeyEventSink;
|
interface ITfKeyEventSink;
|
||||||
interface ITfPersistentPropertyLoaderACP;
|
interface ITfPersistentPropertyLoaderACP;
|
||||||
interface ITfRangeACP;
|
interface ITfRangeACP;
|
||||||
|
interface ITfCleanupContextSink;
|
||||||
|
|
||||||
cpp_quote("#if 0")
|
cpp_quote("#if 0")
|
||||||
typedef [uuid(4f5d560f-5ab5-4dde-8c4d-404592857ab0)] UINT_PTR HKL;
|
typedef [uuid(4f5d560f-5ab5-4dde-8c4d-404592857ab0)] UINT_PTR HKL;
|
||||||
|
@ -1508,6 +1509,18 @@ interface ITfCompositionSink : IUnknown
|
||||||
[in] ITfComposition *pComposition);
|
[in] ITfComposition *pComposition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[
|
||||||
|
object,
|
||||||
|
uuid(01689689-7acb-4e9b-ab7c-7ea46b12b522),
|
||||||
|
pointer_default(unique)
|
||||||
|
]
|
||||||
|
interface ITfCleanupContextSink : IUnknown
|
||||||
|
{
|
||||||
|
HRESULT OnCleanupContext(
|
||||||
|
[in] TfEditCookie ecWrite,
|
||||||
|
[in] ITfContext *pic);
|
||||||
|
}
|
||||||
|
|
||||||
[
|
[
|
||||||
object,
|
object,
|
||||||
uuid(d40C8aae-aC92-4fc7-9a11-0ee0e23aa39b),
|
uuid(d40C8aae-aC92-4fc7-9a11-0ee0e23aa39b),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue