mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
fixed error in stub code
svn path=/trunk/; revision=92
This commit is contained in:
parent
c89930f961
commit
45a6e16434
1 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue