Release 1.5.29.
[wine] / dlls / wbemprox / class.c
2013-02-06  Hans Leidekkerwbemprox: Trace the qualifier value in IWbemClassObject...
2013-02-05  Dmitry Timoshkovwbemprox: Free name in create_signature (Coverity).
2013-01-29  Hans Leidekkerwbemprox: Don't fail if there are less objects than...
2013-01-28  Hans Leidekkerwbemprox: Return an empty object if the path is NULL...
2013-01-25  Hans Leidekkerwbemprox: Implement IWbemQualifierSet::Get.
2013-01-22  Hans Leidekkerwbemprox: Add a stub implementation of IWbemQualifierSet.
2013-01-11  Hans Leidekkerwbemprox: Both signature parameters are optional in...
2012-11-02  Hans Leidekkerwbemprox: Avoid a crash when serializing object text.
2012-10-17  Hans Leidekkerwbemprox: The last parameter to IWbemClassObject::GetMe...
2012-10-17  Hans Leidekkerwbemprox: Keep a reference to the table from uncommitte...
2012-10-12  Hans Leidekkerwbemprox: Implement class methods StdRegProv.EnumKey...
2012-10-12  Hans Leidekkerwbemprox: Support overriding the CIM to VARIANT type...
2012-10-12  Hans Leidekkerwbemprox: Always convert from BSTR.
2012-10-10  Hans Leidekkerwbemprox: Add support for array types.
2012-10-10  Hans Leidekkerwbemprox: Add support for uncommitted instances in...
2012-10-10  Hans Leidekkerwbemprox: Add reference counting to the table structure.
2012-09-06  Hans Leidekkerwbemprox: Support IClientSecurity on class objects.
2012-09-06  Hans Leidekkerwbemprox: Add support for uncommitted instances in...
2012-09-06  Hans Leidekkerwbemprox: Implement IWbemClassObject::SpawnInstance.
2012-09-04  Hans Leidekkerwbemprox: Implement IWbemClassObject::GetObjectText.
2012-07-30  Hans Leidekkerwbemprox: Add support for enumerating class properties.
2012-07-30  Hans Leidekkerwbemprox: Add support for enumerating class methods.
2012-07-30  Hans Leidekkerwbemprox: Store the class name in the class object.
2012-07-27  Francois Gougetwbemprox: Make some signature table functions static.
2012-07-25  Hans Leidekkerwbemprox: Implement IWbemClassObject::GetMethod.
2012-07-25  Hans Leidekkerwbemprox: Fix corner cases in IEnumWbemClassObject...
2012-07-25  Hans Leidekkerwbemprox: Implement IWbemClassObject::Put.
2012-06-29  Hans Leidekkerwbemprox: Fix returned variant type and flavor for...
2012-06-28  Hans Leidekkerwbemprox: Implement IEnumWbemClassObject::Clone.
2012-06-28  Hans Leidekkerwbemprox: Add reference counting to the query object.
2012-06-28  Hans Leidekkerwbemprox: Support IClientSecurity on the class enumerat...
2012-06-27  Hans Leidekkerwbemprox: Store the result index in the class enumerato...
2012-06-19  Hans Leidekkerwbemprox: Implement IWbemClassObject::GetNames.
2012-06-19  Hans Leidekkerinclude: Fix the definition of IWbemClassObject::GetNames.
2012-06-18  Hans Leidekkerwbemprox: Implement IWbemClassObject::Get.
2012-06-18  Hans Leidekkerwbemprox: Implement IEnumWbemClassObject::Skip.
2012-06-18  Hans Leidekkerwbemprox: Implement IEnumWbemClassObject::Reset.
2012-06-15  Hans Leidekkerwbemprox: Implement IEnumWbemClassObject::Next.
2012-06-15  Hans Leidekkerwbemprox: Add support for parsing WQL queries.
2012-06-14  Hans Leidekkerwbemprox: Add stub implementations of IEnumWbemClassObj...