Release 1.5.29.
[wine] / include / msiquery.h
2011-06-10  Hans Leidekkermsi: Implement and test MsiSetFeatureAttributes.
2009-12-04  James Hawkinsmsi: MsiSetMode returns a UINT system error code, not...
2009-01-19  Nikolay Sivovinclude/msiquery.h: Fix MSIMODIFY enum definition.
2008-07-08  James Hawkinsmsi: Parse the MSIDBOPEN_PATCHFILE flag.
2008-05-30  Alexandre Julliardinclude: Use WINE_NO_UNICODE_MACROS instead of __WINESR...
2007-09-27  Francois Gougetincludes: Make headers C++ compatible.
2007-08-09  Francois Gougetmsi: Better match the PSDK types, remove some now unuse...
2007-07-11  James Hawkinsmsi: Add tests for adding properties with a transform...
2007-03-12  Stefan HuehnerChange some functions arguments from () -> (void).
2006-10-09  James Hawkinsmsi: Add missing declarations to the public headers.
2006-09-08  Mike McCormackmsi: Fix the prototype of MsiDatabaseIsTablePersistent...
2006-08-16  James Hawkinsmsi: Add a stub for MsiGetFeatureCost.
2006-08-05  Andrew Talbotmsi: Write-strings warnings fix.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-30  Mike McCormackmsi: Add an implementation of MsiGetDatabaseState.
2006-01-10  Mike McCormackmsi: Fixed the prototype of MsiDatabaseIsTablePersistent.
2005-10-30  Mike McCormackDefine MSIDBOPEN_ constants using LPCWSTR when compilin...
2005-10-30  Mike McCormackAdd a stub implementation of msi.MsiSetMode.
2005-09-20  Jan Van Buggenhoutimplement stubs for MsiSequence[AW].
2005-08-24  Johan DahlinImplemented MsiSetComponentState*.
2005-08-24  Mike McCormackBetter stub for MsiViewGetError.
2005-06-10  Mike McCormackCreate a stub implementation for MsiViewGetError.
2005-06-10  Mike McCormackDeclare the MSIDBERROR enumeration.
2005-05-30  Mike McCormackAdd and correct some function declarations.
2005-03-18  Mike McCormackImplement summary information loading and saving.
2005-01-28  Juan LangRemove duplicate definition.
2005-01-20  Mike McCormackDeclare the preview functions.
2005-01-06  Mike McCormackDeclare more functions.
2004-12-16  Vitaly LipatovAdd description for MsiGetMode, MSIRUNMODE constants.
2004-06-26  Alexandre JulliardAuthors: Mike McCormack <mike@codeweavers.com>, Aric...
2003-12-01  Mike McCormackDeclare some MSI functions.
2003-11-05  Mike McCormackMove and correct the MSIDBOPEN defines.
2003-09-27  Mike McCormackAdded AW defines to msi.h and msiquery.h.
2003-08-28  Dimitrie O. PaunUse angle brackets (<>) rather than quotes ("") for...
2003-08-13  Mike McCormackPartial implementation of the Microsoft Installer ...