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, return ZwQueryKey(KeyHandle,
KeyInformationClass, KeyInformationClass,
PVOID KeyInformation, KeyInformation,
ULONG Length, Length,
PULONG ResultLength); ResultLength);
} }
NTSTATUS ZwQueryKey(HANDLE KeyHandle, NTSTATUS ZwQueryKey(HANDLE KeyHandle,