wmiutils: Implement IWbemPath::SetClassName.
[wine] / dlls / wbemprox / class.c
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...