ddraw: Avoid LPD3DTRIANGLE.
[wine] / dlls / wbemprox / table.c
2012-11-02  Hans Leidekkerwbemprox: Avoid a crash when serializing object text.
2012-10-17  Hans Leidekkerwbemprox: Keep a reference to the table from uncommitte...
2012-10-10  Hans Leidekkerwbemprox: Add support for array types.
2012-10-10  Hans Leidekkerwbemprox: Add reference counting to the table structure.
2012-10-04  Hans Leidekkerwbemprox: Remove dynamic tables from the global list...
2012-10-04  Hans Leidekkerwbemprox: Store a copy of the table name.
2012-09-28  Hans Leidekkerwbemprox: Implement IWbemServices::ExecMethod.
2012-09-04  Hans Leidekkerwbemprox: Add support for boolean values in get_value_bstr.
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: Add support for boolean properties.
2012-07-25  Hans Leidekkerwbemprox: Implement IWbemClassObject::GetMethod.
2012-07-25  Hans Leidekkerwbemprox: Reset the number of rows only when the table...
2012-07-25  Hans Leidekkerwbemprox: Implement IWbemClassObject::Put.
2012-07-13  Hans Leidekkerwbemprox: Add support for creating new tables.