[NTUSER] Use call procedure handle if available (#4178)
authorKatayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com>
Thu, 23 Dec 2021 02:53:18 +0000 (11:53 +0900)
committerGitHub <noreply@github.com>
Thu, 23 Dec 2021 02:53:18 +0000 (11:53 +0900)
commit051561ed172abf44da5b93a9e9dd0df976431831
treebc737a4cc6ad27d3b5c590f679a4836d92c56f34
parent52befa1d7363a722adb80edf9e12bcfe834236cb
[NTUSER] Use call procedure handle if available (#4178)

Based on I_Kill_Bugs' patch.
- Use IsCallProcHandle to check if the procedure is a call procedure handle.
- If so, use the call procedure.
CORE-10499
win32ss/user/ntuser/window.c