Searched refs:SEE_MASK_FLAG_NO_UI (Results 1 – 12 of 12) sorted by relevance
/reactos/modules/rostests/apitests/shell32/ |
H A D | ShellExecuteEx.cpp | 156 SEE_MASK_FLAG_NO_UI | SEE_MASK_NOASYNC; in TEST_DoTestEntryStruct() 338 info.fMask = SEE_MASK_INVOKEIDLIST | SEE_MASK_FLAG_NO_UI; in test_properties() 386 ShellExecInfo.fMask = SEE_MASK_IDLIST | SEE_MASK_FLAG_NO_UI | SEE_MASK_FLAG_DDEWAIT; in test_sei_lpIDList() 400 ShellExecInfo.fMask = SEE_MASK_INVOKEIDLIST | SEE_MASK_FLAG_NO_UI | SEE_MASK_FLAG_DDEWAIT; in test_sei_lpIDList() 468 SHELLEXECUTEINFOW sei = { sizeof(sei), SEE_MASK_FLAG_NO_UI | SEE_MASK_NOCLOSEPROCESS }; in test_DoInvalidDir()
|
H A D | ShellExecCmdLine.cpp | 112 dwFlags |= SEE_MASK_FLAG_NO_UI; in ShellExecCmdLine()
|
/reactos/modules/rostests/winetests/shell32/ |
H A D | shlexec.c | 1139 rc=shell_execute_ex(SEE_MASK_DOENVSUBST | SEE_MASK_FLAG_NO_UI, in test_lpFile_parsed() 1144 rc=shell_execute_ex(SEE_MASK_DOENVSUBST | SEE_MASK_FLAG_NO_UI, in test_lpFile_parsed() 1800 rc = shell_execute_ex(SEE_MASK_FLAG_NO_UI, NULL, in test_fileurls() 1945 rc = shell_execute_ex(SEE_MASK_DOENVSUBST | SEE_MASK_FLAG_NO_UI, in test_urls() 2245 todo_wait rc = shell_execute_ex(SEE_MASK_FLAG_NO_UI, in test_exes() 2404 ddeflags = SEE_MASK_FLAG_DDEWAIT | SEE_MASK_FLAG_NO_UI; in test_dde() 2822 rc=shell_execute_ex(SEE_MASK_NOZONECHECKS|SEE_MASK_FLAG_NO_UI, in test_directory() 2830 rc=shell_execute_ex(SEE_MASK_NOZONECHECKS|SEE_MASK_FLAG_NO_UI, in test_directory() 2835 rc=shell_execute_ex(SEE_MASK_NOZONECHECKS|SEE_MASK_FLAG_NO_UI, in test_directory() 2843 rc=shell_execute_ex(SEE_MASK_NOZONECHECKS|SEE_MASK_FLAG_NO_UI, in test_directory() [all …]
|
/reactos/dll/win32/shell32/ |
H A D | shlexec.cpp | 1456 …| (sei->fMask & (SEE_MASK_NO_CONSOLE | SEE_MASK_NOASYNC | SEE_MASK_ASYNCOK | SEE_MASK_FLAG_NO_UI)); in shellex_run_context_menu_default() 1788 ici.fMask = (sei->fMask & (SEE_MASK_NO_CONSOLE | SEE_MASK_ASYNCOK | SEE_MASK_FLAG_NO_UI)); in SHELL_InvokePidl() 2115 if (retval <= 32 && !(sei_tmp.fMask & SEE_MASK_FLAG_NO_UI)) in SHELL_execute() 2303 if (retval <= 32 && !(sei_tmp.fMask & SEE_MASK_FLAG_NO_UI)) in SHELL_execute() 2337 sei.fMask = SEE_MASK_FLAG_NO_UI; in ShellExecuteA() 2499 sei.fMask = SEE_MASK_FLAG_NO_UI; in ShellExecuteW() 2657 dwFlags |= SEE_MASK_FLAG_NO_UI; in ShellExecCmdLine() 2795 ExecInfo.fMask = SEE_MASK_FLAG_NO_UI | SEE_MASK_UNKNOWN_0x1000; in RealShellExecuteExA() 2862 ExecInfo.fMask = SEE_MASK_FLAG_NO_UI | SEE_MASK_UNKNOWN_0x1000; in RealShellExecuteExW()
|
H A D | CShellLink.cpp | 2654 (lpici->fMask & (SEE_MASK_NOASYNC | SEE_MASK_ASYNCOK | SEE_MASK_FLAG_NO_UI)); in DoOpen()
|
/reactos/dll/win32/shdocvw/ |
H A D | CFavBand.cpp | 160 info.fMask = SEE_MASK_FLAG_NO_UI | SEE_MASK_IDLIST; in OnSelectionChanged()
|
/reactos/dll/win32/browseui/ |
H A D | addresseditbox.cpp | 176 SHELLEXECUTEINFOW info = { sizeof(info), SEE_MASK_FLAG_NO_UI, m_hWnd }; in ExecuteCommandLine()
|
/reactos/sdk/include/psdk/ |
H A D | shellapi.h | 36 #define SEE_MASK_FLAG_NO_UI 0x00000400 macro
|
H A D | shobjidl.idl | 1696 cpp_quote("#define CMIC_MASK_FLAG_NO_UI SEE_MASK_FLAG_NO_UI")
|
/reactos/sdk/include/reactos/ |
H A D | shellutils.h | 624 … SEE_MASK_NO_CONSOLE | SEE_MASK_FLAG_NO_UI | SEE_MASK_FLAG_SEPVDM | \
|
/reactos/dll/win32/urlmon/ |
H A D | umon.c | 941 sei.fMask = SEE_MASK_FLAG_NO_UI | SEE_MASK_NO_CONSOLE; in HlinkSimpleNavigateToString()
|
/reactos/modules/rosapps/applications/devutils/shlextdbg/ |
H A D | shlextdbg.cpp | 681 sei.fMask |= SEE_MASK_FLAG_NO_UI; in wmain()
|