SHFormatDrive flags

Martin Fuchs martin-fuchs at gmx.net
Sun May 15 06:14:29 CDT 2005


Changelog:
define flags for SHFormatDrive()


Index: include/shlobj.h
===================================================================
RCS file: /home/wine/wine/include/shlobj.h,v
retrieving revision 1.100
diff -u -p -d -r1.100 shlobj.h
--- include/shlobj.h	17 Mar 2005 10:27:07 -0000	1.100
+++ include/shlobj.h	15 May 2005 11:12:57 -0000
@@ -63,6 +63,11 @@ int          WINAPI RestartDialogEx(HWND
 #define SHFMT_CANCEL    0xFFFFFFFEL  /* Last format was canceled */
 #define SHFMT_NOFORMAT  0xFFFFFFFDL  /* Drive is not formatable */
 
+/* SHFormatDrive flags */
+#define SHFMT_ID_DEFAULT	0xFFFF
+#define SHFMT_OPT_FULL		1
+#define SHFMT_OPT_SYSONLY	2
+
 /* SHObjectProperties flags */
 #define SHOP_PRINTERNAME 0x01
 #define SHOP_FILEPATH    0x02





More information about the wine-patches mailing list