Searched refs:SHELL_quote_and_execute (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/shell32/ |
H A D | shlexec.cpp | 1661 static UINT_PTR SHELL_quote_and_execute(LPCWSTR wcmd, LPCWSTR wszParameters, LPCWSTR lpstrProtocol,… 1715 rslt = SHELL_quote_and_execute( execCmd, L"", classname, in SHELL_execute_class() 1830 static UINT_PTR SHELL_quote_and_execute(LPCWSTR wcmd, LPCWSTR wszParameters, LPCWSTR wszKeyname, LP… in SHELL_quote_and_execute() function 2271 retval = SHELL_quote_and_execute(wcmd, wszParameters, wszKeyname, in SHELL_execute() 2287 retval = SHELL_quote_and_execute(wExec, lpQuotedFile, in SHELL_execute()
|