Commit Graph

65 Commits

Author SHA1 Message Date
Michael Stefaniuc 904820a523 wbemprox: Prefer the standard ARRAY_SIZE macro.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-11-16 11:28:53 +01:00
Hans Leidekker 05cdc07d44 wbemprox: Implement StdRegProv.CreateKey.
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-09-28 11:06:25 +02:00
Michael Stefaniuc aae49dc7ad wbemprox: Use the global HeapAlloc() wrappers.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-02-06 12:58:59 +01:00
Francois Gouget 34f77a656a wbemprox: Simplify and standardize the heap_xxx() declarations.
Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-03-01 10:30:06 +01:00
Francois Gouget 325672f5e6 wbemprox: Mark internal symbols with hidden visibility. 2015-04-01 14:13:43 +09:00
Vincent Povirk cda320f043 wbemprox: Stub __SystemSecurity::SetSD. 2014-08-22 17:26:17 +02:00
Vincent Povirk c55beb6548 wbemprox: Implement __SystemSecurity::GetSD. 2014-08-22 17:26:13 +02:00
Jacek Caban d2886a05f9 wine/debug.h: Added debugstr_variant and debugstr_vt aliases and removed all duplicated implementations. 2014-07-24 17:05:55 +02:00
Hans Leidekker 8343aed4c2 wbemprox: Return selected properties only from IWbemClassObject::Next. 2014-04-30 15:15:27 +02:00
Hans Leidekker c3566b088d wbemprox: Add support for WBEM_FLAG_NONSYSTEM_ONLY and WBEM_FLAG_SYSTEM_ONLY in IWbemClassObject::GetNames. 2014-03-24 20:20:05 +01:00
Hans Leidekker d0d9b9dcd7 wbemprox: Add support for negated expressions in WHERE clauses. 2014-03-03 17:02:18 +01:00
Hans Leidekker 6a042307a5 wbemprox: Allow string values in boolean comparisons. 2014-01-28 19:38:41 +01:00
Dmitry Timoshkov 182ff187a9 wbemprox: Remove unused IUnknown *outer parameter from object constructors. 2014-01-07 15:23:07 +01:00
Hans Leidekker 0f8cbab1a9 wbemprox: Add a function to resize a table. 2013-06-04 15:01:45 +02:00
Hans Leidekker f4da96bb29 wbemprox: Rewrite IWbemServices::ExecMethod with low-level functions so we can reuse the object instance. 2013-06-04 15:01:42 +02:00
Hans Leidekker 90e913c42f wbemprox: Avoid storing rows that don't match the query condition. 2013-05-22 11:25:11 +02:00
Hans Leidekker aca407bfe7 wbemprox: Return a status from table fillers and add an optional condition parameter. 2013-05-22 11:25:05 +02:00
Hans Leidekker 8f69a44b1c wbemprox: Refill tables with dynamic content before each query. 2013-05-22 11:25:02 +02:00
Hans Leidekker 0fb3458728 wbemprox: Trace the qualifier value in IWbemClassObject::GetNames. 2013-02-06 20:28:29 +01:00
Hans Leidekker 236b4dae4a wbemprox: Implement IWbemQualifierSet::Get. 2013-01-25 17:42:35 +01:00
Hans Leidekker 2797cd8ec1 wbemprox: Add a stub implementation of IWbemQualifierSet. 2013-01-22 19:13:46 +01:00
Hans Leidekker 24b66842c4 wbemprox: Implement Win32_Process::GetOwner. 2013-01-11 18:24:50 +01:00
Hans Leidekker d5cbcc1e70 wbemprox: Implement Win32_Service.StopService. 2012-10-17 11:47:16 +02:00
Hans Leidekker 60cab77b37 wbemprox: Implement Win32_Service.StartService. 2012-10-17 11:47:11 +02:00
Hans Leidekker 139c9f0276 wbemprox: Implement Win32_Service.ResumeService. 2012-10-17 11:47:06 +02:00
Hans Leidekker 8fe25b2b89 wbemprox: Implement Win32_Service.PauseService. 2012-10-17 11:46:59 +02:00
Hans Leidekker 2eb666d624 wbemprox: Keep a reference to the table from uncommitted instances. 2012-10-17 11:46:12 +02:00
Hans Leidekker 755e01bc98 wbemprox: Pass an object instance to class methods. 2012-10-15 19:37:22 +02:00
Hans Leidekker 60db122133 wbemprox: Implement StdRegProv.GetStringValue. 2012-10-15 15:24:13 +02:00
Hans Leidekker 71fbae963e wbemprox: Implement class methods StdRegProv.EnumKey and StdRegProv.EnumValues. 2012-10-12 14:33:34 +02:00
Hans Leidekker 248049f36e wbemprox: Support overriding the CIM to VARIANT type mapping for method parameters. 2012-10-12 14:33:13 +02:00
Hans Leidekker 3b8266d20b wbemprox: Always convert from BSTR. 2012-10-12 14:33:08 +02:00
Hans Leidekker 3e52cea324 wbemprox: Add support for array types. 2012-10-10 20:34:05 +02:00
Hans Leidekker ef6fa2b9f2 wbemprox: Add reference counting to the table structure. 2012-10-10 20:34:04 +02:00
Hans Leidekker 99a3ad0691 wbemprox: Implement IWbemServices::ExecMethod. 2012-09-28 17:15:03 +02:00
Hans Leidekker 0d28920804 wbemprox: Add support for uncommitted instances in IWbemClassObject::Put. 2012-09-06 18:23:39 +02:00
Hans Leidekker d25450c80b wbemprox: Implement IWbemClassObject::SpawnInstance. 2012-09-06 18:23:39 +02:00
Hans Leidekker 348e5d85fa wbemprox: Add support for enumerating class properties. 2012-07-30 17:57:45 +02:00
Hans Leidekker a26b5dc09a wbemprox: Add support for enumerating class methods. 2012-07-30 17:57:44 +02:00
Hans Leidekker 12caddb4be wbemprox: Store the class name in the class object. 2012-07-30 17:57:44 +02:00
Hans Leidekker f930085904 wbemprox: Implement IWbemClassObject::GetMethod. 2012-07-25 16:11:20 +02:00
Hans Leidekker 0f11ac361e wbemprox: Add helpers for retrieving class instances. 2012-07-25 16:11:18 +02:00
Hans Leidekker 53d1cc1ed6 wbemprox: Implement IWbemClassObject::Put. 2012-07-25 16:11:18 +02:00
Hans Leidekker 91049f5e75 wbemprox: Add support for creating new tables. 2012-07-13 10:27:59 -05:00
Hans Leidekker 4e6eb13c41 wbemprox: Add a partial StdRegProv class implementation. 2012-07-13 10:27:20 -05:00
Hans Leidekker cd340ac87f wbemprox: Support overriding the CIM to VARIANT type mapping for integer properties. 2012-07-02 19:18:07 +02:00
Hans Leidekker fe79fea731 wbemprox: Fix returned variant type and flavor for system properties. 2012-06-29 20:41:44 +02:00
Hans Leidekker 992d1e1559 wbemprox: Add reference counting to the query object. 2012-06-28 11:37:05 +02:00
Hans Leidekker 0ceee481fe wbemprox: Support IClientSecurity on the class enumerator object;. 2012-06-28 11:37:05 +02:00
Hans Leidekker f1f4f1d9d7 wbemprox: Store the result index in the class enumerator instead of the view. 2012-06-28 01:39:20 +02:00