ole32: Only return S_FALSE in IPropertyStorage::ReadMultiple if a property was not...
[wine] / dlls / ole32 / tests / storage32.c
2006-07-12  Mike McCormackole32: Fix conformance test to compile with MSVC6.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-15  Francois Gougetole32: Fix compilation with gcc 2.95.
2006-05-08  Mike Hearnole32: Add StgCreateFile test and conformance fix.
2006-05-05  Robert Shearmanole32: STGM_PRIORITY allows other IStorage objects...
2006-05-05  Robert Shearmanole32: Check that the storage was opened with write...
2006-05-05  Robert Shearmanole32: Copy the mode flags into the STATSTG structure...
2006-05-05  Robert Shearmanole32: Add tests for IStorage::Stat.
2006-05-05  Robert Shearmanole32: Fix access right check for opening and creating...
2006-05-05  Robert Shearmanole32: Add tests for sub-storages and creating streams.
2006-05-05  Robert Shearmanole32: Add a storage test for reading and writing of...
2006-04-18  Mike McCormackole32: More tests and fixes for STGM_PRIORITY.
2006-04-03  Mike McCormackole32: STGM_PRIORITY implies STGM_SHARE_EXCLUSIVE.
2006-03-30  Mike McCormackole32: Fix StgOpenStorage's handling of the STGM_PRIORI...
2006-02-24  Vitaly Lipatovole32/tests: Do not compare returned by DeleteFile...
2006-02-21  Dr J A Gowole32: Fix stream ref counting.
2006-02-21  Dr J A Gowole32: Fix up permissions when opening streams.
2006-02-15  Mike McCormackole32: Added a test showing OLE storage's IStorage...
2005-10-06  Francois GougetUse "static const" rather than "const static" as gcc...
2005-09-07  Richard CohenRelax the share mode validation for transacted storage...
2005-06-15  Mike McCormackFix declarations in the tests.
2005-05-13  Mike McCormackMake sure a stream can't be created in read only storage.
2005-03-22  Jakob ErikssonMore trace info from storage32 test.
2005-03-11  Mike McCormackStgOpenStorage shouldn't open zero length storage files.
2005-03-09  Mike McCormackShared reading of storage files requires STGM_TRANSACTED.
2005-03-05  Mike McCormackTest and fix grfMode handling in StgOpenDocfile.
2005-02-21  Mike McCormackImplement and test IPropertySetStorage.
2005-01-11  Mike McCormackTests and fixes for StgOpenStorage.
2005-01-11  Mike McCormackTest and fix a few problems with OLE storage streams.
2005-01-10  Mike McCormackTest and fix StgCreateDocFile grfModes.
2004-09-02  Francois GougetAdded missing trailing '\n's to ok() calls.
2004-08-11  Mike McCormackAdded a test for stat'ing a memory based storage file.