mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 07:55:56 +00:00
- add flags for SHEmptyRecycleBin
svn path=/trunk/; revision=35278
This commit is contained in:
parent
c39ab30541
commit
fe3033e3ea
1 changed files with 4 additions and 0 deletions
|
@ -304,6 +304,10 @@ typedef struct _SHNAMEMAPPINGW {
|
||||||
} SHNAMEMAPPINGW, *LPSHNAMEMAPPINGW;
|
} SHNAMEMAPPINGW, *LPSHNAMEMAPPINGW;
|
||||||
#include <poppack.h>
|
#include <poppack.h>
|
||||||
|
|
||||||
|
#define SHERB_NOCONFIRMATION 0x1
|
||||||
|
#define SHERB_NOPROGRESSUI 0x2
|
||||||
|
#define SHERB_NOSOUND 0x4
|
||||||
|
|
||||||
LPWSTR * WINAPI CommandLineToArgvW(LPCWSTR,int*);
|
LPWSTR * WINAPI CommandLineToArgvW(LPCWSTR,int*);
|
||||||
void WINAPI DragAcceptFiles(HWND,BOOL);
|
void WINAPI DragAcceptFiles(HWND,BOOL);
|
||||||
void WINAPI DragFinish(HDROP);
|
void WINAPI DragFinish(HDROP);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue