winemac: Implement support for owned windows.
[wine] / dlls / wbemprox / services.c
2012-10-15  Hans Leidekkerwbemprox: Pass an object instance to class methods.
2012-10-10  Hans Leidekkerwbemprox: Add reference counting to the table structure.
2012-09-28  Hans Leidekkerwbemprox: Add support for WbemAdministrativeLocator.
2012-09-28  Hans Leidekkerwbemprox: Implement IWbemServices::ExecMethod.
2012-09-06  Hans Leidekkerwbemprox: Implement IWbemClassObject::SpawnInstance.
2012-07-30  Hans Leidekkerwbemprox: Store the class name in the class object.
2012-07-27  Hans Leidekkerwbemprox: Parse the object path passed to IWbemServices...
2012-07-25  Hans Leidekkerwbemprox: Add helpers for retrieving class instances.
2012-06-29  Hans Leidekkerwbemprox: Avoid an exception when tracing the principal...
2012-06-28  Hans Leidekkerwbemprox: Support IClientSecurity on the class enumerat...
2012-06-28  Hans Leidekkerwbemprox: Implement IWbemServices::GetObject.
2012-06-26  Hans Leidekkerwbemprox: Implement IWbemServices::CreateInstanceEnum.
2012-06-26  Hans Leidekkerwbemprox: Implement IWbemServices::OpenNamespace.
2012-06-25  Hans Leidekkerwbemprox: Parse the resource string in IWbemLocator...
2012-06-15  Hans Leidekkerwbemprox: Add support for parsing WQL queries.
2012-06-14  Hans Leidekkerwbemprox: Add a stub implementation of IWbemServices.