Add some missing SEE_MASK_* flags.
This commit is contained in:
parent
d867a77b63
commit
6b4c9ef268
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue