From 2a4b6fdc947423db7a0730af492859ab608d9bc0 Mon Sep 17 00:00:00 2001 From: Robert Shearman Date: Mon, 3 Jan 2005 14:23:33 +0000 Subject: [PATCH] Add definition of IInternalUnknown. --- include/objidl.idl | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/include/objidl.idl b/include/objidl.idl index 1b75ba001a9..02de2ef12ef 100644 --- a/include/objidl.idl +++ b/include/objidl.idl @@ -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),