-invented NtUserGetQueueStatus

svn path=/trunk/; revision=5385
This commit is contained in:
Gunnar Dalsnes 2003-08-02 16:54:38 +00:00
parent eec230298d
commit d550965766
2 changed files with 5 additions and 0 deletions

View file

@ -553,3 +553,5 @@ NtUserGetDesktopWindow 0
# ReactOS only system calls
NtUserAcquireOrReleaseInputOwnership 1
NtUserGetWindowThreadProcessId 2
NtUserGetQueueStatus 1

View file

@ -1781,6 +1781,9 @@ NtUserYieldTask(VOID);
DWORD STDCALL
NtUserGetWindowThreadProcessId(HWND hWnd, LPDWORD UnsafePid);
DWORD STDCALL
NtUserGetQueueStatus(BOOL ClearChanges);
#endif /* __WIN32K_NTUSER_H */
/* EOF */