Commit Graph

306 Commits

Author SHA1 Message Date
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 dc0e478d5c wbemprox: Implement IWbemServices::GetObject. 2012-06-28 11:37:05 +02:00
Hans Leidekker 8f0da0eaad wbemprox: Implement more properties of Win32_VideoController. 2012-06-28 11:37:04 +02:00
Hans Leidekker 0c899bf440 wbemprox: Implement Win32_ComputerSystem.TotalPhysicalMemory. 2012-06-28 01:39:22 +02:00
Hans Leidekker ca471b8779 wbemprox: Implement Win32_OperatingSystem.CSDVersion. 2012-06-28 01:39:21 +02:00
Hans Leidekker e7e66e59ae wbemprox: Implement Win32_NetworkAdapter.Speed. 2012-06-28 01:39:21 +02:00
Hans Leidekker fc6d667ac0 wbemprox: Add support for 64-bit integer types. 2012-06-28 01:39:20 +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
Hans Leidekker 211469dd06 wbemprox: Set the row count in fill_processor. 2012-06-28 01:39:19 +02:00
Hans Leidekker 661d7f19c9 wbemprox Implement Win32_Processor.CpuStatus and Win32_Processor.DeviceId. 2012-06-26 17:33:06 +02:00
Hans Leidekker 3ebf6c8bfa wbemprox: Implement Win32_ComputerSystem.NumberOfLogicalProcessors and Win32_ComputerSystem.NumberOfProcessors. 2012-06-26 17:33:06 +02:00
Hans Leidekker eb9fa4dd05 wbemprox: Implement Win32_OperatingSystem.OSLanguage and Win32_OperatingSystem.SystemDirectory. 2012-06-26 17:33:05 +02:00
Hans Leidekker 1bf73ea81d wbemprox: Implement IWbemServices::CreateInstanceEnum. 2012-06-26 17:33:05 +02:00
Hans Leidekker 21ea8b3c3c wbemprox: Implement IWbemServices::OpenNamespace. 2012-06-26 17:33:05 +02:00
Hans Leidekker 0588ba6939 wbemprox: Parse the resource string in IWbemLocator::ConnectServer. 2012-06-25 17:09:43 +02:00
Hans Leidekker 7b8c10f0b1 wbemprox: Add a partial Win32_NetworkAdapter class implementation. 2012-06-25 17:09:30 +02:00
Hans Leidekker 47261d63ca wbemprox: Add a partial Win32_VideoController class implementation. 2012-06-22 10:53:51 +02:00
Hans Leidekker a827a51cc0 wbemprox: Handle more property types in get_propval. 2012-06-22 10:53:15 +02:00
Hans Leidekker 0e18489831 wbemprox: Implement Win32_Process.CommandLine for the current process. 2012-06-20 19:21:45 +02:00
Hans Leidekker 2ea3258c54 wbemprox: Append key properties to the class path. 2012-06-20 19:21:39 +02:00
Hans Leidekker b39d0c1bdc wbemprox: Implement Win32_Process.Handle. 2012-06-20 19:21:28 +02:00
Hans Leidekker d444e1ab1a wbemprox: Add support for retrieving system properties. 2012-06-20 19:21:21 +02:00
Hans Leidekker bc66ef043f wbemprox: Add a partial Win32_OperatingSystem class implementation. 2012-06-19 11:26:22 +02:00
Hans Leidekker 9e74859121 wbemprox: Support mixed dynamic and static table data. 2012-06-19 11:26:17 +02:00
Hans Leidekker bb48585dc8 wbemprox: Add a partial Win32_Processor class implementation. 2012-06-19 11:26:13 +02:00
Hans Leidekker 25b79d1886 wbemprox: Add a partial Win32_ComputerSystem class implementation. 2012-06-19 11:26:10 +02:00
Hans Leidekker f18b24ad39 wbemprox: Implement IWbemClassObject::GetNames. 2012-06-19 11:13:10 +02:00
Hans Leidekker 612f380ad0 include: Fix the definition of IWbemClassObject::GetNames. 2012-06-19 11:13:02 +02:00
Hans Leidekker e7a4fb1573 wbemprox: Improve tracing in IWbemLocator::ConnectServer. 2012-06-19 11:12:57 +02:00
Hans Leidekker bde60cb951 wbemprox: Add tests for IWbemServices. 2012-06-18 17:12:31 +02:00
Hans Leidekker 9614ddb549 wbemprox: Add query tests. 2012-06-18 11:59:42 +02:00
Hans Leidekker c2a27a3872 wbemprox: Add a partial Win32_Process class implementation. 2012-06-18 11:59:42 +02:00
Hans Leidekker 92e9986628 wbemprox: Implement IWbemClassObject::Get. 2012-06-18 11:59:42 +02:00
Hans Leidekker bb80d7db9a wbemprox: Implement IEnumWbemClassObject::Skip. 2012-06-18 11:59:42 +02:00
Hans Leidekker 0f936f49ca wbemprox: Implement IEnumWbemClassObject::Reset. 2012-06-18 11:59:41 +02:00
Hans Leidekker 4cfd8189c8 wbemprox: Implement IEnumWbemClassObject::Next. 2012-06-15 18:35:44 +02:00
Hans Leidekker 19f203c7b2 wbemprox: Add support for evaluating query conditions. 2012-06-15 18:35:44 +02:00
Hans Leidekker d75375ea45 wbemprox: Add a partial Win32_BIOS class implementation. 2012-06-15 18:35:43 +02:00
Hans Leidekker f6be21103b wbemprox: Add support for parsing WQL queries. 2012-06-15 18:35:43 +02:00
Hans Leidekker 06b5732798 wbemprox: Add stub implementations of IEnumWbemClassObject and IWbemClassObject. 2012-06-14 18:20:19 +02:00
Hans Leidekker f817cd7ace wbemprox: Add a stub implementation of IWbemServices. 2012-06-14 18:20:02 +02:00
Alexandre Julliard b56dc9a6f7 winecrt0: Remove the clsid parameter in __wine_(un)register_resources. 2011-08-02 20:47:49 +02:00
Marcus Meissner 2ef583f584 wbemprox: Mark one internal function with hidden visibility. 2011-05-25 11:50:46 +02:00
Michael Stefaniuc 17b4de2bba wbemprox: Use an iface instead of a vtbl pointer in wbemprox_cf. 2010-12-29 11:59:37 +01:00
Michael Stefaniuc e75635a738 wbemprox: Use an iface instead of a vtbl pointer in wbem_locator. 2010-12-05 16:44:07 +01:00
Alexandre Julliard 822d7b6eb3 wbemprox: Convert dll registration to the IRegistrar mechanism. 2010-12-02 14:05:25 +01:00
Alexandre Julliard 81b8ee863e makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
Alexandre Julliard b86d515ed6 dlls: Remove explicit imports of kernel32 and ntdll. 2010-07-21 17:38:36 +02:00
Alexandre Julliard bef5645eb1 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
Nikolay Sivov 4d7d648b97 Fix remaining copy&paste typos in self-registration functions comments. 2010-02-04 13:39:28 +01:00
Reece Dunn a2c41b72f8 Don't generate FIXME warnings for DllCanUnloadNow. 2010-01-06 10:59:51 +01:00
Hans Leidekker a4717d0d4c wbemprox: Register interfaces. 2009-07-14 15:13:34 +02:00
Hans Leidekker a73b9d9b02 wbemprox: Add class factory. 2009-07-14 15:13:11 +02:00
Hans Leidekker 2182dd1fa7 wbemprox: Add a stub implementation of IWbemLocator. 2009-07-14 15:13:01 +02:00
Austin English e10f24e839 wbemprox: Add stub dll. 2009-05-06 16:13:53 +02:00