Fix def and size for NtUserValidateHandleSecure.

svn path=/trunk/; revision=29068
This commit is contained in:
James Tabor 2007-09-16 15:32:58 +00:00
parent a3862a653e
commit 0a844e24f0
3 changed files with 7 additions and 6 deletions

View file

@ -2002,10 +2002,11 @@ NtUserUserHandleGrantAccess(
DWORD Unknown1,
DWORD Unknown2);
DWORD
BOOL
NTAPI
NtUserValidateHandleSecure(
DWORD Unknown0);
HANDLE hHdl,
BOOL Restricted);
DWORD
NTAPI

View file

@ -637,10 +637,11 @@ NtUserUserHandleGrantAccess(
return 0;
}
DWORD
BOOL
STDCALL
NtUserValidateHandleSecure(
DWORD Unknown0)
HANDLE hHdl,
BOOL Restricted)
{
UNIMPLEMENTED

View file

@ -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