MSI: declare the preview functions

Mike McCormack mike at codeweavers.com
Thu Jan 20 09:23:23 CST 2005


ChangeLog:
* declare the preview functions
-------------- next part --------------
Index: include/msiquery.h
===================================================================
RCS file: /home/wine/wine/include/msiquery.h,v
retrieving revision 1.8
diff -u -p -r1.8 msiquery.h
--- include/msiquery.h	6 Jan 2005 19:44:46 -0000	1.8
+++ include/msiquery.h	20 Jan 2005 15:22:54 -0000
@@ -175,6 +175,15 @@ UINT WINAPI MsiSetFeatureStateA(MSIHANDL
 UINT WINAPI MsiSetFeatureStateW(MSIHANDLE, LPCWSTR, INSTALLSTATE);
 #define     MsiSetFeatureState WINELIB_NAME_AW(MsiSetFeatureState)
 
+UINT WINAPI MsiPreviewDialogA(MSIHANDLE, LPCSTR);
+UINT WINAPI MsiPreviewDialogW(MSIHANDLE, LPCWSTR);
+#define     MsiPreviewDialog WINELIB_NAME_AW(MsiPreviewDialog)
+
+UINT WINAPI MsiPreviewBillboardA(MSIHANDLE, LPCSTR, LPCSTR);
+UINT WINAPI MsiPreviewBillboardW(MSIHANDLE, LPCWSTR, LPCWSTR);
+#define     MsiPreviewBillboard WINELIB_NAME_AW(MsiPreviewBillboard)
+
+UINT WINAPI MsiEnableUIPreview(MSIHANDLE, MSIHANDLE*);
 BOOL WINAPI MsiGetMode(MSIHANDLE, MSIRUNMODE);
 
 #endif /* __WINE_MSIQUERY_H */


More information about the wine-patches mailing list