mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:42:57 +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 Unknown1,
|
||||||
DWORD Unknown2);
|
DWORD Unknown2);
|
||||||
|
|
||||||
DWORD
|
BOOL
|
||||||
NTAPI
|
NTAPI
|
||||||
NtUserValidateHandleSecure(
|
NtUserValidateHandleSecure(
|
||||||
DWORD Unknown0);
|
HANDLE hHdl,
|
||||||
|
BOOL Restricted);
|
||||||
|
|
||||||
DWORD
|
DWORD
|
||||||
NTAPI
|
NTAPI
|
||||||
|
|
|
@ -637,10 +637,11 @@ NtUserUserHandleGrantAccess(
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
DWORD
|
BOOL
|
||||||
STDCALL
|
STDCALL
|
||||||
NtUserValidateHandleSecure(
|
NtUserValidateHandleSecure(
|
||||||
DWORD Unknown0)
|
HANDLE hHdl,
|
||||||
|
BOOL Restricted)
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED
|
UNIMPLEMENTED
|
||||||
|
|
||||||
|
|
|
@ -590,7 +590,7 @@ NtUserUpdateLayeredWindow 9
|
||||||
NtUserSetLayeredWindowAttributes 4
|
NtUserSetLayeredWindowAttributes 4
|
||||||
NtUserUpdatePerUserSystemParameters 2
|
NtUserUpdatePerUserSystemParameters 2
|
||||||
NtUserUserHandleGrantAccess 3
|
NtUserUserHandleGrantAccess 3
|
||||||
# NtUserValidateHandleSecure 2 Wrong number of param ?
|
NtUserValidateHandleSecure 2
|
||||||
# NtUserValidateRect 2
|
# NtUserValidateRect 2
|
||||||
# NtUserValidateTimerCallback 3
|
# NtUserValidateTimerCallback 3
|
||||||
NtUserVkKeyScanEx 3
|
NtUserVkKeyScanEx 3
|
||||||
|
@ -685,7 +685,6 @@ NtUserGetClassInfo 4
|
||||||
NtUserInitTask 11
|
NtUserInitTask 11
|
||||||
NtUserSetCursorIconData 6
|
NtUserSetCursorIconData 6
|
||||||
NtUserUnregisterClass 2
|
NtUserUnregisterClass 2
|
||||||
NtUserValidateHandleSecure 1
|
|
||||||
#
|
#
|
||||||
#ReactOS specify syscall
|
#ReactOS specify syscall
|
||||||
NtGdiSelectObject 2
|
NtGdiSelectObject 2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue