diff --git a/include/shlobj.h b/include/shlobj.h index e0170ea2336..ad41f9406a7 100644 --- a/include/shlobj.h +++ b/include/shlobj.h @@ -85,6 +85,15 @@ BOOL WINAPI IsUserAnAdmin(void); UINT WINAPI Shell_MergeMenus(HMENU,HMENU,UINT,UINT,UINT,ULONG); BOOL WINAPI Shell_GetImageLists(HIMAGELIST*,HIMAGELIST*); +#define KF_FLAG_SIMPLE_IDLIST 0x00000100 +#define KF_FLAG_NOT_PARENT_RELATIVE 0x00000200 +#define KF_FLAG_DEFAULT_PATH 0x00000400 +#define KF_FLAG_INIT 0x00000800 +#define KF_FLAG_NO_ALIAS 0x00001000 +#define KF_FLAG_DONT_UNEXPAND 0x00002000 +#define KF_FLAG_DONT_VERIFY 0x00004000 +#define KF_FLAG_CREATE 0x00008000 + #define SHFMT_ERROR 0xFFFFFFFFL /* Error on last format, drive may be formattable */ #define SHFMT_CANCEL 0xFFFFFFFEL /* Last format was cancelled */ #define SHFMT_NOFORMAT 0xFFFFFFFDL /* Drive is not formattable */