Commit 8f91f740 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

msctf.idl: Added ITfTransitoryExtensionSink declaration.

parent 4c89d567
......@@ -1845,3 +1845,19 @@ interface ITfMouseTrackerACP : IUnknown
HRESULT UnadviseMouseSink([in] DWORD dwCookie);
}
[
object,
local,
uuid(a615096f-1c57-4813-8a15-55ee6e5a839c),
pointer_default(unique)
]
interface ITfTransitoryExtensionSink : IUnknown
{
HRESULT OnTransitoryExtensionUpdated(
[in] ITfContext *pic,
[in] TfEditCookie ecReadOnly,
[in] ITfRange *pResultRange,
[in] ITfRange *pCompositionRange,
[out] BOOL *pfDeleteResultRange);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment