Commit 38fb26fb authored by Thomas Faber's avatar Thomas Faber Committed by Alexandre Julliard

dimm.idl: Add IActiveIMMMessagePumpOwner.

parent 3cda8704
......@@ -579,6 +579,20 @@ interface IActiveIMMApp : IUnknown
}
[
object,
uuid(b5cf2cfa-8aeb-11d1-9364-0060b067b86e),
pointer_default(unique)
]
interface IActiveIMMMessagePumpOwner : IUnknown
{
HRESULT Start();
HRESULT End();
HRESULT OnTranslateMessage([in] const MSG *msg);
HRESULT Pause([out] DWORD *cookie);
HRESULT Resume([in] DWORD cookie);
}
[
uuid(4955dd33-b159-11d0-8fcf-00aa006bcc59)
]
coclass CActiveIMM
......@@ -586,5 +600,5 @@ coclass CActiveIMM
[default] interface IActiveIMMApp;
/* interface IActiveIMMIME; */
/* interface IActiveIMMRegistrar; */
/* interface IActiveIMMMessagePumpOwner; */
interface IActiveIMMMessagePumpOwner;
}
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