Add some missing SEE_MASK_* flags.

oldstable
Francois Gouget 2005-07-22 09:04:18 +00:00 committed by Alexandre Julliard
parent d867a77b63
commit 6b4c9ef268
1 changed files with 4 additions and 0 deletions

View File

@ -280,6 +280,10 @@ HINSTANCE WINAPI ShellExecuteW(HWND,LPCWSTR,LPCWSTR,LPCWSTR,LPCWSTR,INT);
#define SEE_MASK_NO_CONSOLE 0x00008000
#define SEE_MASK_ASYNCOK 0x00100000
#define SEE_MASK_HMONITOR 0x00200000
#define SEE_MASK_NOZONECHECKS 0x00800000
#define SEE_MASK_NOQUERYCLASSSTORE 0x01000000
#define SEE_MASK_WAITFORINPUTIDLE 0x02000000
#define SEE_MASK_FLAG_LOG_USAGE 0x04000000
typedef struct _SHELLEXECUTEINFOA
{ DWORD cbSize;