r2705: Don't try RemQueryInterface2 for now (doesn't validate)
authorJelmer Vernooij <jelmer@samba.org>
Tue, 28 Sep 2004 01:12:55 +0000 (01:12 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:59:24 +0000 (12:59 -0500)
source/librpc/idl/dcom.idl

index 46a512229984faf9314df123961f6059b802920b..6538f634b77b80398b6a20255f79b24147e5fac1 100644 (file)
@@ -375,8 +375,8 @@ interface IRemUnknown2 : IRemUnknown
                 [in] IPID *ripid,
                 [in] uint16 cIids,
                 [in, size_is(cIids)] IID *iids,
-                [out, size_is(cIids)] HRESULT *phr,
-                [out, size_is(cIids)] MInterfacePointer *ppMIF[*]
+                [out, size_is(cIids)] HRESULT *phr/*FIXME,
+                [out, size_is(cIids)] MInterfacePointer *ppMIF[*]*/
                );
 }