[2/8] include: Fix the definition of IWbemClassObject::GetNames.

Hans Leidekker hans at codeweavers.com
Tue Jun 19 03:19:19 CDT 2012


---
 dlls/wbemprox/class.c |    2 +-
 include/wbemcli.idl   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/wbemprox/class.c b/dlls/wbemprox/class.c
index a1fbb70..423e754 100644
--- a/dlls/wbemprox/class.c
+++ b/dlls/wbemprox/class.c
@@ -312,7 +312,7 @@ static HRESULT WINAPI class_object_GetNames(
     LPCWSTR wszQualifierName,
     LONG lFlags,
     VARIANT *pQualifierVal,
-    SAFEARRAY *pNames )
+    SAFEARRAY **pNames )
 {
     FIXME("%p, %s, %08x, %p, %p\n", iface, debugstr_w(wszQualifierName), lFlags, pQualifierVal, pNames);
     return E_NOTIMPL;
diff --git a/include/wbemcli.idl b/include/wbemcli.idl
index a339ab5..a023491 100644
--- a/include/wbemcli.idl
+++ b/include/wbemcli.idl
@@ -476,7 +476,7 @@ interface IWbemClassObject : IUnknown
         [in,string] LPCWSTR wszQualifierName,
         [in] long lFlags,
         [in] VARIANT *pQualifierVal,
-        [out] SAFEARRAY *pNames);
+        [out] SAFEARRAY **pNames);
 
     HRESULT BeginEnumeration(
         [in] long lEnumFlags);
-- 
1.7.10







More information about the wine-patches mailing list