Searched hist:bfcbda22 (Results 1 – 6 of 6) sorted by relevance
/reactos/modules/rostests/apitests/shell32/ |
H A D | ShellExecCmdLine.cpp | bfcbda22 Sun Aug 05 11:39:17 GMT 2018 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> [SHELL32] Fix handling of multiple parameters in the 'Run' dialog (#665)
The "Run" dialog failed when multiple parameters wee specified.
We use instead a newly-created ShellExecCmdLine() helper function to fix the problem (as found via API-tracing on Windows).
Note that ShellExecCmdLine() starts to be exported with Vista+.
- Implement ShellExecCmdLine() function in shell32.
- Add URL support.
- Fix RunDlgProc function in shell32.
- Add a testcase for ShellExecCmdLine() function.
CORE-14790
|
H A D | testlist.c | diff bfcbda22 Sun Aug 05 11:39:17 GMT 2018 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> [SHELL32] Fix handling of multiple parameters in the 'Run' dialog (#665)
The "Run" dialog failed when multiple parameters wee specified.
We use instead a newly-created ShellExecCmdLine() helper function to fix the problem (as found via API-tracing on Windows).
Note that ShellExecCmdLine() starts to be exported with Vista+.
- Implement ShellExecCmdLine() function in shell32.
- Add URL support.
- Fix RunDlgProc function in shell32.
- Add a testcase for ShellExecCmdLine() function.
CORE-14790
|
H A D | CMakeLists.txt | diff bfcbda22 Sun Aug 05 11:39:17 GMT 2018 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> [SHELL32] Fix handling of multiple parameters in the 'Run' dialog (#665)
The "Run" dialog failed when multiple parameters wee specified.
We use instead a newly-created ShellExecCmdLine() helper function to fix the problem (as found via API-tracing on Windows).
Note that ShellExecCmdLine() starts to be exported with Vista+.
- Implement ShellExecCmdLine() function in shell32.
- Add URL support.
- Fix RunDlgProc function in shell32.
- Add a testcase for ShellExecCmdLine() function.
CORE-14790
|
/reactos/dll/win32/shell32/dialogs/ |
H A D | dialogs.cpp | diff bfcbda22 Sun Aug 05 11:39:17 GMT 2018 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> [SHELL32] Fix handling of multiple parameters in the 'Run' dialog (#665)
The "Run" dialog failed when multiple parameters wee specified.
We use instead a newly-created ShellExecCmdLine() helper function to fix the problem (as found via API-tracing on Windows).
Note that ShellExecCmdLine() starts to be exported with Vista+.
- Implement ShellExecCmdLine() function in shell32.
- Add URL support.
- Fix RunDlgProc function in shell32.
- Add a testcase for ShellExecCmdLine() function.
CORE-14790
|
/reactos/sdk/include/reactos/ |
H A D | undocshell.h | diff bfcbda22 Sun Aug 05 11:39:17 GMT 2018 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> [SHELL32] Fix handling of multiple parameters in the 'Run' dialog (#665)
The "Run" dialog failed when multiple parameters wee specified.
We use instead a newly-created ShellExecCmdLine() helper function to fix the problem (as found via API-tracing on Windows).
Note that ShellExecCmdLine() starts to be exported with Vista+.
- Implement ShellExecCmdLine() function in shell32.
- Add URL support.
- Fix RunDlgProc function in shell32.
- Add a testcase for ShellExecCmdLine() function.
CORE-14790
|
/reactos/dll/win32/shell32/ |
H A D | shlexec.cpp | diff bfcbda22 Sun Aug 05 11:39:17 GMT 2018 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> [SHELL32] Fix handling of multiple parameters in the 'Run' dialog (#665)
The "Run" dialog failed when multiple parameters wee specified.
We use instead a newly-created ShellExecCmdLine() helper function to fix the problem (as found via API-tracing on Windows).
Note that ShellExecCmdLine() starts to be exported with Vista+.
- Implement ShellExecCmdLine() function in shell32.
- Add URL support.
- Fix RunDlgProc function in shell32.
- Add a testcase for ShellExecCmdLine() function.
CORE-14790
|