Searched refs:SHELL_execute (Results 1 – 1 of 1) sorted by relevance
1942 static BOOL SHELL_execute(LPSHELLEXECUTEINFOW sei, SHELL_ExecuteW32 execfunc) in SHELL_execute() function2369 return SHELL_execute(sei, SHELL_ExecuteW) ? ERROR_SUCCESS : ERROR_FILE_NOT_FOUND; in ShellExecute_Normal()2553 SHELL_execute(&seiW, (SHELL_ExecuteW32)callback); in WOWShellExecute()