Add definition of IInternalUnknown.

oldstable
Robert Shearman 2005-01-03 14:23:33 +00:00 committed by Alexandre Julliard
parent 0f0b6c8c15
commit 2a4b6fdc94
1 changed files with 12 additions and 0 deletions

View File

@ -215,6 +215,18 @@ interface IMallocSpy : IUnknown
void PostHeapMinimize();
}
[
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),