- add flags for SHEmptyRecycleBin
authorJohannes Anderwald <johannes.anderwald@reactos.org>
Mon, 11 Aug 2008 14:57:00 +0000 (14:57 +0000)
committerJohannes Anderwald <johannes.anderwald@reactos.org>
Mon, 11 Aug 2008 14:57:00 +0000 (14:57 +0000)
svn path=/trunk/; revision=35278

reactos/include/psdk/shellapi.h

index e952d5a..0ec5510 100644 (file)
@@ -304,6 +304,10 @@ typedef struct _SHNAMEMAPPINGW {
 } SHNAMEMAPPINGW, *LPSHNAMEMAPPINGW;
 #include <poppack.h>
 
+#define SHERB_NOCONFIRMATION 0x1
+#define SHERB_NOPROGRESSUI   0x2
+#define SHERB_NOSOUND        0x4
+
 LPWSTR * WINAPI CommandLineToArgvW(LPCWSTR,int*);
 void WINAPI DragAcceptFiles(HWND,BOOL);
 void WINAPI DragFinish(HDROP);