Home
last modified time | relevance | path

Searched refs:SHELL_execute (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/shell32/
H A Dshlexec.cpp1942 static BOOL SHELL_execute(LPSHELLEXECUTEINFOW sei, SHELL_ExecuteW32 execfunc) in SHELL_execute() function
2369 return SHELL_execute(sei, SHELL_ExecuteW) ? ERROR_SUCCESS : ERROR_FILE_NOT_FOUND; in ShellExecute_Normal()
2553 SHELL_execute(&seiW, (SHELL_ExecuteW32)callback); in WOWShellExecute()