mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
-invented NtUserGetQueueStatus
svn path=/trunk/; revision=5385
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user