mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +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
|
# ReactOS only system calls
|
||||||
NtUserAcquireOrReleaseInputOwnership 1
|
NtUserAcquireOrReleaseInputOwnership 1
|
||||||
NtUserGetWindowThreadProcessId 2
|
NtUserGetWindowThreadProcessId 2
|
||||||
|
NtUserGetQueueStatus 1
|
||||||
|
|
||||||
|
|
|
@ -1781,6 +1781,9 @@ NtUserYieldTask(VOID);
|
||||||
DWORD STDCALL
|
DWORD STDCALL
|
||||||
NtUserGetWindowThreadProcessId(HWND hWnd, LPDWORD UnsafePid);
|
NtUserGetWindowThreadProcessId(HWND hWnd, LPDWORD UnsafePid);
|
||||||
|
|
||||||
|
DWORD STDCALL
|
||||||
|
NtUserGetQueueStatus(BOOL ClearChanges);
|
||||||
|
|
||||||
#endif /* __WIN32K_NTUSER_H */
|
#endif /* __WIN32K_NTUSER_H */
|
||||||
|
|
||||||
/* EOF */
|
/* EOF */
|
||||||
|
|
Loading…
Reference in a new issue