mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 06:55:55 +00:00
[NTUSER][USER32] Make NtUserBuildHwndList exclusive (#4485)
- Modify prototype of NtUserBuildHwndList function. - Wrap the code by UserEnterExclusive(); and UserLeave();. CORE-18173
This commit is contained in:
parent
bbc9a877cc
commit
c2a51c7249
4 changed files with 37 additions and 28 deletions
|
@ -1561,9 +1561,9 @@ NtUserBuildHwndList(
|
|||
HWND hwndParent,
|
||||
BOOLEAN bChildren,
|
||||
ULONG dwThreadId,
|
||||
ULONG lParam,
|
||||
HWND *pWnd,
|
||||
ULONG *pBufSize);
|
||||
ULONG cHwnd,
|
||||
HWND *phwndList,
|
||||
ULONG *pcHwndNeeded);
|
||||
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue