Implement OleRegEnumVerbs.
[wine] / dlls / ole32 / stg_prop.c
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.