atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / msi / storages.c
2012-10-29  Hans Leidekkermsi: Add support for storing strings with embedded...
2011-07-27  Hans Leidekkermsi: Make the column and table name parameters of get_c...
2011-06-07  Hans Leidekkermsi: Fully initialize the MSISTORAGESVIEW and MSISTREAM...
2010-09-29  Hans Leidekkermsi: Always check the return value of msi_string2idW.
2010-04-19  Hans Leidekkermsi: Remove the string index parameter from msi_addstringW.
2010-04-19  Hans Leidekkermsi: Make the name parameter of create_storage and...
2010-04-19  Hans Leidekkermsi: Remove unused and redundant name field from STORAG...
2009-12-31  Alexandre Julliardmsi: Fix some pointer cast warnings on 64-bit.
2009-12-14  James Hawkinsmsi: Free the Streams and Storages view object in their...
2009-12-14  James Hawkinsmsi: Free each storage name when deleting the storages...
2009-11-24  Nathan Gallahermsi: Support _Streams, _Storages tablename prefixes...
2009-10-27  Nate Gallahermsi: Add tablename tracking to VIEW_find_column.
2009-05-28  Hans Leidekkermsi: Fix some memory leaks.
2009-03-02  James Hawkinsmsi: Column attributes for temporary string and int...
2009-03-02  James Hawkinsmsi: Correctly order transposed column values in the...
2009-01-26  Nikolay Sivovmsi: Fix potential NULL pointer dereference in ILockByt...
2008-10-06  James Hawkinsmsi: Implement the DROP TABLE sql command.
2008-09-30  Marcus Meissnermsi: Fix potential uninitialized use of substg.
2008-07-08  James Hawkinsmsi: Add handling for the special _Storages table.