Commit 2a4b6fdc authored by Robert Shearman's avatar Robert Shearman Committed by Alexandre Julliard

Add definition of IInternalUnknown.

parent 0f0b6c8c
......@@ -216,6 +216,18 @@ interface IMallocSpy : IUnknown
}
[
local,
object,
uuid(00000021-0000-0000-C000-000000000046)
]
interface IInternalUnknown : IUnknown
{
HRESULT QueryInternalInterface(
[in] REFIID riid,
[out] void **ppv);
}
[
object,
uuid(00000100-0000-0000-C000-000000000046),
pointer_default(unique)
......
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