commit | 612f380ad0b8880b945548419f8db43b21386e3d | [log] [tgz] |
---|---|---|
author | Hans Leidekker <hans@codeweavers.com> | Tue Jun 19 10:19:19 2012 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Jun 19 11:13:02 2012 +0200 |
tree | 9e23a5ceee57f969728c4f2a949b8d738f9cddd8 | |
parent | e7a4fb15731e612f466bb2b13a35e9402d0c951d [diff] [blame] |
include: Fix the definition of IWbemClassObject::GetNames.
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 @@ [in,string] LPCWSTR wszQualifierName, [in] long lFlags, [in] VARIANT *pQualifierVal, - [out] SAFEARRAY *pNames); + [out] SAFEARRAY **pNames); HRESULT BeginEnumeration( [in] long lEnumFlags);