mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 01:24:38 +00:00
-invented NtUserGetQueueStatus
svn path=/trunk/; revision=5385
This commit is contained in:
parent
eec230298d
commit
d550965766
2 changed files with 5 additions and 0 deletions
|
@ -553,3 +553,5 @@ NtUserGetDesktopWindow 0
|
|||
# ReactOS only system calls
|
||||
NtUserAcquireOrReleaseInputOwnership 1
|
||||
NtUserGetWindowThreadProcessId 2
|
||||
NtUserGetQueueStatus 1
|
||||
|
||||
|
|
|
@ -1781,6 +1781,9 @@ NtUserYieldTask(VOID);
|
|||
DWORD STDCALL
|
||||
NtUserGetWindowThreadProcessId(HWND hWnd, LPDWORD UnsafePid);
|
||||
|
||||
DWORD STDCALL
|
||||
NtUserGetQueueStatus(BOOL ClearChanges);
|
||||
|
||||
#endif /* __WIN32K_NTUSER_H */
|
||||
|
||||
/* EOF */
|
||||
|
|
Loading…
Reference in a new issue