mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 15:46:13 +00:00
[NTUSER][USER32] Support GetWindow.GW_ENABLEDPOPUP (#7700)
JIRA issue: CORE-6920 - Make the return value of NtUserCallHwnd a DWORD_PTR. - Add DWP_GetEnabledPopup helper function in win32ss/user/ntuser/defwnd.c. - Add code to NtUserCallHwnd for HWND_ROUTINE_DWP_GETENABLEDPOPUP. - Add code to GetWindow for GW_ENABLEDPOPUP. - Set last error in GetWindow and IntGetWindow.
This commit is contained in:
parent
2d8a2944ba
commit
22577aed85
7 changed files with 83 additions and 9 deletions
|
@ -1670,7 +1670,7 @@ enum SimpleCallRoutines
|
|||
TWOPARAM_ROUTINE_WOWCLEANUP
|
||||
};
|
||||
|
||||
DWORD
|
||||
DWORD_PTR
|
||||
NTAPI
|
||||
NtUserCallHwnd(
|
||||
HWND hWnd,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue