msi: Initialize the size parameter.
[wine] / dlls / msi / events.c
2008-03-01  James Hawkinsjanitorial: Remove links to any microsoft site.
2007-06-26  Rob Shearmanmsi: Implement MsiGetMode for MSIRUNMODE_SCHEDULED...
2007-05-07  James Hawkinsmsi: Add handling for the ReinstallMode control event.
2007-02-21  James Hawkinsmsi: Cleanup the dialog event subscriptions when destro...
2007-01-12  Andrew Talbotmsi: Declare some functions static.
2006-12-18  James Hawkinsmsi: Only cleanup event subscriptions of the dialog...
2006-10-26  Mike McCormackmsi: Use msi_feature_set_state and msi_component_set_st...
2006-10-10  Mike McCormackmsi: Merge action.h into msipriv.h.
2006-10-04  James Hawkinsmsi: Handle the SelectionBrowse event using ControlEven...
2006-10-04  James Hawkinsmsi: Publish the SelectionPath event in the SetTargetPa...
2006-10-04  James Hawkinsmsi: Provide a specific dialog to ControlEvent_Subscrib...
2006-09-29  James Hawkinsmsi: Return to the parent dialog when the argument...
2006-08-28  James Hawkinsmsi: Add initial implementation of the DirectoryListUp...
2006-07-20  James Hawkinsmsi: Implement the SetInstallLevel event.
2006-06-12  Alexandre Julliardmsi: Make some variables static and/or const.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-03  Mike McCormackmsi: Implement the Reset control event.
2005-09-20  Mike McCormackAdded memory allocation inline functions (part 1).
2005-09-15  Mike McCormackRename load_dynamic_property and remove its unused...
2005-09-08  Mike McCormackFix memory leaks.
2005-08-22  Mike McCormack- build a standard Wine list of features instead of...
2005-07-06  Mike McCormackDon't crash when cancelling out of a modeless dialog.
2005-06-17  Aric StewartAllow control events to return codes to halt the proces...
2005-06-06  Mike McCormackUse standard lists in the event subscription code.
2005-05-31  Mike McCormackMore -Wmissing-declarations and -Wwrite-strings warning...
2005-05-27  Aric StewartIntroduce really basic scripting of actions. This is...
2005-05-27  Alexandre JulliardAuthors: Aric Stewart <aric@codeweavers.com>, Mike...