mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 05:00:27 +00:00
Fix def and size for NtUserValidateHandleSecure.
svn path=/trunk/; revision=29068
This commit is contained in:
parent
a3862a653e
commit
0a844e24f0
3 changed files with 7 additions and 6 deletions
|
@ -2002,10 +2002,11 @@ NtUserUserHandleGrantAccess(
|
|||
DWORD Unknown1,
|
||||
DWORD Unknown2);
|
||||
|
||||
DWORD
|
||||
BOOL
|
||||
NTAPI
|
||||
NtUserValidateHandleSecure(
|
||||
DWORD Unknown0);
|
||||
HANDLE hHdl,
|
||||
BOOL Restricted);
|
||||
|
||||
DWORD
|
||||
NTAPI
|
||||
|
|
|
@ -637,10 +637,11 @@ NtUserUserHandleGrantAccess(
|
|||
return 0;
|
||||
}
|
||||
|
||||
DWORD
|
||||
BOOL
|
||||
STDCALL
|
||||
NtUserValidateHandleSecure(
|
||||
DWORD Unknown0)
|
||||
HANDLE hHdl,
|
||||
BOOL Restricted)
|
||||
{
|
||||
UNIMPLEMENTED
|
||||
|
||||
|
|
|
@ -590,7 +590,7 @@ NtUserUpdateLayeredWindow 9
|
|||
NtUserSetLayeredWindowAttributes 4
|
||||
NtUserUpdatePerUserSystemParameters 2
|
||||
NtUserUserHandleGrantAccess 3
|
||||
# NtUserValidateHandleSecure 2 Wrong number of param ?
|
||||
NtUserValidateHandleSecure 2
|
||||
# NtUserValidateRect 2
|
||||
# NtUserValidateTimerCallback 3
|
||||
NtUserVkKeyScanEx 3
|
||||
|
@ -685,7 +685,6 @@ NtUserGetClassInfo 4
|
|||
NtUserInitTask 11
|
||||
NtUserSetCursorIconData 6
|
||||
NtUserUnregisterClass 2
|
||||
NtUserValidateHandleSecure 1
|
||||
#
|
||||
#ReactOS specify syscall
|
||||
NtGdiSelectObject 2
|
||||
|
|
Loading…
Reference in a new issue