Searched refs:execCmd (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/shell32/ |
H A D | shlexec.cpp | 1665 WCHAR execCmd[1024], classname[1024]; in SHELL_execute_class() local 1681 execCmd, sizeof(execCmd)); in SHELL_execute_class() 1684 … TRACE("SEE_MASK_CLASSNAME->%s, doc->%s\n", debugstr_w(execCmd), debugstr_w(wszApplicationName)); in SHELL_execute_class() 1687 …done = SHELL_ArgifyW(wcmd, ARRAY_SIZE(wcmd), execCmd, wszApplicationName, (LPITEMIDLIST)psei->lpID… in SHELL_execute_class() 1710 rslt = SHELL_FindExecutableByVerb(psei->lpVerb, NULL, classname, execCmd, sizeof(execCmd)); in SHELL_execute_class() 1712 …bleByVerb returned %u (%s, %s)\n", (unsigned int)rslt, debugstr_w(classname), debugstr_w(execCmd)); in SHELL_execute_class() 1715 rslt = SHELL_quote_and_execute( execCmd, L"", classname, in SHELL_execute_class()
|