|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include <precomp.h>
#include <windef.h>
Go to the source code of this file.
Defines |
| #define | SEE_MASK_CLASSALL (SEE_MASK_CLASSNAME | SEE_MASK_CLASSKEY) |
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (exec) |
| static void | ParseNoTildeEffect (PWSTR &res, LPCWSTR &args, DWORD &len, DWORD &used, int argNum) |
| static void | ParseTildeEffect (PWSTR &res, LPCWSTR &args, DWORD &len, DWORD &used, int argNum) |
| static BOOL | SHELL_ArgifyW (WCHAR *out, DWORD len, const WCHAR *fmt, const WCHAR *lpFile, LPITEMIDLIST pidl, LPCWSTR args, DWORD *out_len) |
| static HRESULT | SHELL_GetPathFromIDListForExecuteW (LPCITEMIDLIST pidl, LPWSTR pszPath, UINT uOutSize) |
| static UINT_PTR | SHELL_ExecuteW (const WCHAR *lpCmd, WCHAR *env, BOOL shWait, const SHELLEXECUTEINFOW *psei, LPSHELLEXECUTEINFOW psei_out) |
| static LPWSTR | SHELL_BuildEnvW (const WCHAR *path) |
| static BOOL | SHELL_TryAppPathW (LPCWSTR szName, LPWSTR lpResult, WCHAR **env) |
| static UINT | SHELL_FindExecutableByOperation (LPCWSTR lpOperation, LPWSTR key, LPWSTR filetype, LPWSTR command, LONG commandlen) |
| static UINT | SHELL_FindExecutable (LPCWSTR lpPath, LPCWSTR lpFile, LPCWSTR lpOperation, LPWSTR lpResult, DWORD resultLen, LPWSTR key, WCHAR **env, LPITEMIDLIST pidl, LPCWSTR args) |
| static HDDEDATA CALLBACK | dde_cb (UINT uType, UINT uFmt, HCONV hConv, HSZ hsz1, HSZ hsz2, HDDEDATA hData, ULONG_PTR dwData1, ULONG_PTR dwData2) |
| static unsigned | dde_connect (const WCHAR *key, const WCHAR *start, WCHAR *ddeexec, const WCHAR *lpFile, WCHAR *env, LPCWSTR szCommandline, LPITEMIDLIST pidl, SHELL_ExecuteW32 execfunc, const SHELLEXECUTEINFOW *psei, LPSHELLEXECUTEINFOW psei_out) |
| static UINT_PTR | execute_from_key (LPCWSTR key, LPCWSTR lpFile, WCHAR *env, LPCWSTR szCommandline, LPCWSTR executable_name, SHELL_ExecuteW32 execfunc, LPSHELLEXECUTEINFOW psei, LPSHELLEXECUTEINFOW psei_out) |
| HINSTANCE WINAPI | FindExecutableA (LPCSTR lpFile, LPCSTR lpDirectory, LPSTR lpResult) |
| HINSTANCE WINAPI | FindExecutableW (LPCWSTR lpFile, LPCWSTR lpDirectory, LPWSTR lpResult) |
| static HKEY | ShellExecute_GetClassKey (const SHELLEXECUTEINFOW *sei) |
| static IDataObject * | shellex_get_dataobj (LPSHELLEXECUTEINFOW sei) |
| static HRESULT | shellex_run_context_menu_default (IShellExtInit *obj, LPSHELLEXECUTEINFOW sei) |
| static HRESULT | shellex_load_object_and_run (HKEY hkey, LPCGUID guid, LPSHELLEXECUTEINFOW sei) |
| static LONG | ShellExecute_FromContextMenu (LPSHELLEXECUTEINFOW sei) |
| static UINT_PTR | SHELL_execute_class (LPCWSTR wszApplicationName, LPSHELLEXECUTEINFOW psei, LPSHELLEXECUTEINFOW psei_out, SHELL_ExecuteW32 execfunc) |
| static BOOL | SHELL_translate_idlist (LPSHELLEXECUTEINFOW sei, LPWSTR wszParameters, DWORD parametersLen, LPWSTR wszApplicationName, DWORD dwApplicationNameLen) |
| static UINT_PTR | SHELL_quote_and_execute (LPCWSTR wcmd, LPCWSTR wszParameters, LPCWSTR lpstrProtocol, LPCWSTR wszApplicationName, LPWSTR env, LPSHELLEXECUTEINFOW psei, LPSHELLEXECUTEINFOW psei_out, SHELL_ExecuteW32 execfunc) |
| static UINT_PTR | SHELL_execute_url (LPCWSTR lpFile, LPCWSTR wFile, LPCWSTR wcmd, LPSHELLEXECUTEINFOW psei, LPSHELLEXECUTEINFOW psei_out, SHELL_ExecuteW32 execfunc) |
| void | do_error_dialog (UINT_PTR retval, HWND hwnd, WCHAR *filename) |
| BOOL | SHELL_execute (LPSHELLEXECUTEINFOW sei, SHELL_ExecuteW32 execfunc) |
| HINSTANCE WINAPI | ShellExecuteA (HWND hWnd, LPCSTR lpOperation, LPCSTR lpFile, LPCSTR lpParameters, LPCSTR lpDirectory, INT iShowCmd) |
| BOOL WINAPI | ShellExecuteExA (LPSHELLEXECUTEINFOA sei) |
| BOOL WINAPI | ShellExecuteExW (LPSHELLEXECUTEINFOW sei) |
| HINSTANCE WINAPI | ShellExecuteW (HWND hwnd, LPCWSTR lpOperation, LPCWSTR lpFile, LPCWSTR lpParameters, LPCWSTR lpDirectory, INT nShowCmd) |
| EXTERN_C HINSTANCE WINAPI | WOWShellExecute (HWND hWnd, LPCSTR lpOperation, LPCSTR lpFile, LPCSTR lpParameters, LPCSTR lpDirectory, INT iShowCmd, void *callback) |
| EXTERN_C void WINAPI | OpenAs_RunDLLA (HWND hwnd, HINSTANCE hinst, LPCSTR cmdline, int cmdshow) |
| EXTERN_C void WINAPI | OpenAs_RunDLLW (HWND hwnd, HINSTANCE hinst, LPCWSTR cmdline, int cmdshow) |
Variables |
| static const WCHAR | wszOpen [] = "open" |
| static const WCHAR | wszExe [] = ".exe" |
Generated on Sat May 26 2012 05:17:26 for ReactOS by
1.7.6.1
|