Add definition of IInternalUnknown.
authorRobert Shearman <rob@codeweavers.com>
Mon, 3 Jan 2005 14:23:33 +0000 (14:23 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 3 Jan 2005 14:23:33 +0000 (14:23 +0000)
include/objidl.idl

index 1b75ba001a923821570f129d7d1c029368d2e5f4..02de2ef12ef0f8c6be841190f3c41bdb58780fc5 100644 (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),