[SHELL32][SDK] Implement RealShellExecute(,Ex)(A,W) (#5849)
authorKatayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
Mon, 18 Mar 2024 23:58:07 +0000 (08:58 +0900)
committerGitHub <noreply@github.com>
Mon, 18 Mar 2024 23:58:07 +0000 (08:58 +0900)
commit10d9e9de0548b783622abb5af57a64da33cd191b
tree5e5f57c514b256072ee3cba6575beec81422a4f0
parent1ad90967d709687a70d56da5fac12d28f6577b74
[SHELL32][SDK] Implement RealShellExecute(,Ex)(A,W) (#5849)

Implementing missing features...
JIRA issue: CORE-19278
- Modify shell32.spec.
- Implement RealShellExecuteA, RealShellExecuteW, RealShellExecuteExA,
  and RealShellExecuteExW functions.
- Add the prototypes to <undocshell.h>.
- Modify SEE_MASK_... constants.
dll/win32/shell32/shell32.spec
dll/win32/shell32/shlexec.cpp
dll/win32/shell32/stubs.cpp
sdk/include/psdk/shellapi.h
sdk/include/reactos/undocshell.h