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
|
54d2160226
|
wbemprox: Implement Win32_Service.AcceptPause and Win32_Service.AcceptStop.
|
2012-07-30 17:57:43 +02:00 |
Hans Leidekker
|
773f5f8dc2
|
wbemprox: Add support for boolean properties.
|
2012-07-30 17:57:42 +02:00 |
Hans Leidekker
|
f3b93f2615
|
wbemprox: Parse the object path passed to IWbemServices::GetObject.
|
2012-07-27 17:05:33 +02:00 |
Hans Leidekker
|
2d4ab8456c
|
wbemprox: Add a partial Win32_Service class implementation.
|
2012-07-27 17:05:33 +02:00 |
Francois Gouget
|
9f7e450c4b
|
wbemprox: Make some signature table functions static.
|
2012-07-27 17:05:23 +02:00 |
Hans Leidekker
|
f930085904
|
wbemprox: Implement IWbemClassObject::GetMethod.
|
2012-07-25 16:11:20 +02:00 |
Hans Leidekker
|
317d002828
|
wbemprox: Reset the number of rows only when the table was filled dynamically.
|
2012-07-25 16:11:20 +02:00 |
Hans Leidekker
|
2c5da008f7
|
wbemprox: Fix corner cases in IEnumWbemClassObject::Skip.
|
2012-07-25 16:11:19 +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
|
cd5cad6959
|
wbemprox: Return a null variant instead of an empty string if the property isn't set.
|
2012-07-13 10:27:14 -05:00 |
Hans Leidekker
|
5acdba54a0
|
wbemprox: Implement Win32_NetworkAdapter.MACAddress and Win32_NetworkAdapter.PNPDeviceID.
|
2012-07-13 10:27:10 -05:00 |
Hans Leidekker
|
bd1bdb167d
|
wbemprox: Add support for evaluating string comparisons.
|
2012-07-11 10:00:43 -05:00 |
Hans Leidekker
|
716870ef87
|
wbemprox: Implement Win32_Processor.Manufacturer and Win32_Processor.Name.
|
2012-07-09 10:00:00 -04:00 |
Hans Leidekker
|
993d8c245a
|
wbemprox: Add a partial Win32_BaseBoard class implementation.
|
2012-07-09 09:59:57 -04:00 |
Francois Gouget
|
6333fa753a
|
Assorted spelling fixes.
|
2012-07-03 12:03:29 +02:00 |
Hans Leidekker
|
8fc1c948c7
|
wbemprox: Fix the CIM to VARIANT type mapping for a couple of properties.
|
2012-07-02 19:18:08 +02: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
|
8dcc3b9d56
|
wbemprox: Add a partial Win32_LogicalDisk class implementation.
Based on a patch by John Yani.
|
2012-06-29 20:41:45 +02:00 |
Hans Leidekker
|
796dd428c2
|
wbemprox: Avoid an exception when tracing the principal name in IClientSecurity::SetBlanket.
|
2012-06-29 20:41:45 +02:00 |
Hans Leidekker
|
d2661b8025
|
wbemprox: Return 64-bit property values as strings.
|
2012-06-29 20:41:44 +02:00 |
Hans Leidekker
|
2821ae4743
|
wbemprox: Win32_NetworkAdapter.InterfaceIndex is unsigned.
|
2012-06-29 20:41:44 +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
|
1b0d5cb10f
|
wbemprox: Implement Win32_Processor.ProcessorId.
|
2012-06-29 20:41:43 +02:00 |
Hans Leidekker
|
02b00ffb27
|
wbemprox: Implement IEnumWbemClassObject::Clone.
|
2012-06-28 11:37:06 +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
|
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 |