ReactOS
0.4.15-dev-4863-gba0d16f
|
Go to the source code of this file.
Classes | |
struct | anonymous_namespace{shlexec.cpp}::CCoInit |
Namespaces | |
anonymous_namespace{shlexec.cpp} | |
Macros | |
#define | SEE_MASK_CLASSALL (SEE_MASK_CLASSNAME | SEE_MASK_CLASSKEY) |
Typedefs | |
typedef UINT_PTR(* | SHELL_ExecuteW32) (const WCHAR *lpCmd, WCHAR *env, BOOL shWait, const SHELLEXECUTEINFOW *sei, LPSHELLEXECUTEINFOW sei_out) |
#define SEE_MASK_CLASSALL (SEE_MASK_CLASSNAME | SEE_MASK_CLASSKEY) |
Definition at line 30 of file shlexec.cpp.
typedef UINT_PTR(* SHELL_ExecuteW32) (const WCHAR *lpCmd, WCHAR *env, BOOL shWait, const SHELLEXECUTEINFOW *sei, LPSHELLEXECUTEINFOW sei_out) |
Definition at line 32 of file shlexec.cpp.
|
static |
|
static |
Definition at line 943 of file shlexec.cpp.
Referenced by execute_from_key().
Definition at line 1785 of file shlexec.cpp.
Referenced by SHELL_execute().
|
static |
Definition at line 1153 of file shlexec.cpp.
Referenced by SHELL_execute_url(), and SHELL_quote_and_execute().
Definition at line 1806 of file shlexec.cpp.
Referenced by SHELL_execute().
Definition at line 1212 of file shlexec.cpp.
Referenced by DoTestEntry(), test_fileurls(), and test_find_executable().
Definition at line 1255 of file shlexec.cpp.
Referenced by ExtractAssociatedIconW(), FindExecutableA(), and CShellLink::OnCommand().
Definition at line 2435 of file shlexec.cpp.
Definition at line 2418 of file shlexec.cpp.
Referenced by OpenAs_RunDLLA().
|
static |
|
static |
Definition at line 370 of file shellpath.c.
Referenced by PathIsExeAW(), and SHELL_execute().
|
static |
Definition at line 184 of file shlexec.cpp.
Referenced by dde_connect(), execute_from_key(), SHELL_execute_class(), SHELL_FindExecutable(), and SHELL_translate_idlist().
Definition at line 546 of file shlexec.cpp.
Referenced by SHELL_TryAppPathW().
|
static |
Definition at line 1829 of file shlexec.cpp.
Referenced by ShellExecuteExA(), ShellExecuteExW(), ShellExecuteW(), and WOWShellExecute().
|
static |
Definition at line 1613 of file shlexec.cpp.
Referenced by SHELL_execute().
|
static |
Definition at line 1751 of file shlexec.cpp.
Referenced by SHELL_execute().
|
static |
Definition at line 465 of file shlexec.cpp.
Referenced by ShellExecuteExA(), ShellExecuteExW(), and ShellExecuteW().
|
static |
Definition at line 730 of file shlexec.cpp.
Referenced by FindExecutableW(), SHELL_execute(), and shellex_get_contextmenu().
|
static |
Definition at line 662 of file shlexec.cpp.
Referenced by SHELL_execute_class(), and SHELL_FindExecutable().
|
static |
Definition at line 443 of file shlexec.cpp.
Referenced by SHELL_translate_idlist().
|
static |
Definition at line 1715 of file shlexec.cpp.
Referenced by SHELL_execute(), and SHELL_execute_class().
|
static |
Definition at line 1669 of file shlexec.cpp.
Referenced by SHELL_execute().
Definition at line 605 of file shlexec.cpp.
Referenced by SHELL_FindExecutable().
|
static |
Definition at line 1477 of file shlexec.cpp.
Referenced by ShellExecute_ContextMenuVerb().
|
static |
Definition at line 1332 of file shlexec.cpp.
Referenced by shellex_load_object_and_run().
|
static |
Definition at line 1443 of file shlexec.cpp.
Referenced by ShellExecute_FromContextMenuHandlers().
|
static |
Definition at line 1364 of file shlexec.cpp.
Referenced by shellex_load_object_and_run().
HRESULT WINAPI ShellExecCmdLine | ( | HWND | hwnd, |
LPCWSTR | pwszCommand, | ||
LPCWSTR | pwszStartDir, | ||
int | nShow, | ||
LPVOID | pUnused, | ||
DWORD | dwSeclFlags | ||
) |
Definition at line 2495 of file shlexec.cpp.
|
static |
Definition at line 1516 of file shlexec.cpp.
Referenced by SHELL_execute().
|
static |
Definition at line 1569 of file shlexec.cpp.
Referenced by SHELL_execute().
|
static |
Definition at line 1284 of file shlexec.cpp.
Referenced by ShellExecute_FromContextMenuHandlers().
HINSTANCE WINAPI ShellExecuteA | ( | HWND | hWnd, |
LPCSTR | lpVerb, | ||
LPCSTR | lpFile, | ||
LPCSTR | lpParameters, | ||
LPCSTR | lpDirectory, | ||
INT | iShowCmd | ||
) |
Definition at line 2259 of file shlexec.cpp.
Referenced by FileProtocolHandlerA(), MACRO_ExecFile(), and shell_execute_().
BOOL WINAPI DECLSPEC_HOTPATCH ShellExecuteExA | ( | LPSHELLEXECUTEINFOA | sei | ) |
Definition at line 2293 of file shlexec.cpp.
Referenced by DoTestEntry(), shell_execute_ex_(), and ShellExecuteA().
BOOL WINAPI DECLSPEC_HOTPATCH ShellExecuteExW | ( | LPSHELLEXECUTEINFOW | sei | ) |
Definition at line 2343 of file shlexec.cpp.
Referenced by AutoStartupApplications(), BtrfsVolPropSheet::DeviceDlgProc(), CShellLink::DoOpen(), RunOnceExEntry::Exec(), COpenWithList::Execute(), HlinkSimpleNavigateToString(), ImageView_Modify(), BtrfsContextMenu::InvokeCommand(), CDefaultContextMenu::InvokePidl(), LanguagesPageProc(), launch_entry(), BtrfsPropSheet::open_as_admin(), BtrfsBalance::PauseBalance(), ProcessPage_OnProperties(), BtrfsVolPropSheet::ResetStats(), RunDlgProc(), RunFontViewer(), ShellExecCmdLine(), ShellExecuteExWrapW(), SHOpenFolderAndSelectItems(), BtrfsVolPropSheet::ShowChangeDriveLetter(), BtrfsVolPropSheet::ShowScrub(), BtrfsBalance::StartBalance(), BtrfsBalance::StopBalance(), test_properties(), TestShellExecuteEx(), CDownloadManager::ThreadFunc(), try_application_url(), UniformResourceLocatorW_InvokeCommand(), and WshShell3_Run().
HINSTANCE WINAPI ShellExecuteW | ( | HWND | hwnd, |
LPCWSTR | lpVerb, | ||
LPCWSTR | lpFile, | ||
LPCWSTR | lpParameters, | ||
LPCWSTR | lpDirectory, | ||
INT | nShowCmd | ||
) |
Definition at line 2354 of file shlexec.cpp.