fixed error in stub code

svn path=/trunk/; revision=92
This commit is contained in:
Rex Jolliff 1998-11-13 08:04:16 +00:00
parent c89930f961
commit 45a6e16434

View file

@ -165,9 +165,9 @@ NTSTATUS NtQueryKey(HANDLE KeyHandle,
{
return ZwQueryKey(KeyHandle,
KeyInformationClass,
PVOID KeyInformation,
ULONG Length,
PULONG ResultLength);
KeyInformation,
Length,
ResultLength);
}
NTSTATUS ZwQueryKey(HANDLE KeyHandle,