ole32: Use asynchronous I/O for the named pipe server for local servers.
[wine] / dlls / ole32 / stg_prop.c
2007-07-06  Andrew Talbotole32: Cast-qual warnings fix.
2007-07-05  Andrew Talbotole32: Constify some variables.
2007-03-12  Jan Zerebeckiole32: Add DebugInfo to critical sections.
2006-11-07  Andrew Talbotole32: Cast-qual warnings fix.
2006-10-20  Alexandre JulliardAvoid usage of sizeof in traces that causes warnings...
2006-10-16  Michael Stefaniucole32: Win64 printf format warning fixes.
2006-09-21  Andrew Talbotole32: Cast-qual warnings fix.
2006-08-14  Mike McCormackole32: Use PropVariantInit instead of memset.
2006-07-12  Mike McCormackole32: Only return S_FALSE in IPropertyStorage::ReadMul...
2006-07-12  Mike McCormackole32: Remove unnecessary assert(This) calls.
2006-07-12  Mike McCormackole32: Fix and test reading and writing of VT_CF proper...
2006-07-12  Mike McCormackole32: Implement IPropertyStorage::Enum using enumx.
2006-07-12  Mike McCormackole32: Clean up some declarations.
2006-07-12  Mike McCormackole32: Use enumx to implement IPropertySetStorage:...
2006-07-12  Mike McCormackole32: This cannot be NULL, so don't check it.
2006-07-12  Mike McCormackole32: Only return S_FALSE in IPropertyStorage::ReadMul...
2006-06-19  Mike McCormackole32: Implement reading of VT_CF storage properties.
2006-06-13  Alexandre Julliardole32: Don't use sizeof in traces to avoid printf forma...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-08-22  Mike McCormackFix some gcc 4.0 warnings.
2005-07-27  Alexandre JulliardReplace the _ICOM_THIS_From macros by inline functions...
2005-07-05  Mike McCormackFix gcc 4.0 -Wpointer-sign warnings.
2005-06-27  Eric PouechConst correctness fixes.
2005-06-06  Dmitry TimoshkovMake remaining OLE interface vtables const.
2005-05-16  Juan LangAdd a comment, and a no-op cleanup.
2005-05-16  Juan LangDifferentiate between version 0 and version 1 property...
2005-05-16  Juan LangStore property names in the code page of the property...
2005-05-14  Juan Lang- maintain proper byte order
2005-05-09  Juan LangCorrect/improve error checking in IPropertyStorage.
2005-04-23  Juan Lang- convert strings between property storage's code page...
2005-04-15  Juan LangImplement FmtIdToPropStgName & PropStgNameToFmtId,...
2005-04-14  Alexandre JulliardFixed a buffer overflow.
2005-04-11  Juan Lang- add write support to IPropertyStorage, with tests
2005-04-11  Juan LangAdd traces, add unit tests for IPropertyStorage, and...
2005-03-31  Mike McCormackEliminate forward declarations, make functions static.
2005-03-17  Juan LangBegin implementing IPropertyStorage.
2005-03-01  Juan LangMove vtbl to end of file and get rid of unnecessary...
2005-02-24  Mike McCormackAdd struct StorageBaseImpl at the start of derived...
2005-02-21  Mike McCormackImplement and test IPropertySetStorage.