mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +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,
|
return ZwQueryKey(KeyHandle,
|
||||||
KeyInformationClass,
|
KeyInformationClass,
|
||||||
PVOID KeyInformation,
|
KeyInformation,
|
||||||
ULONG Length,
|
Length,
|
||||||
PULONG ResultLength);
|
ResultLength);
|
||||||
}
|
}
|
||||||
|
|
||||||
NTSTATUS ZwQueryKey(HANDLE KeyHandle,
|
NTSTATUS ZwQueryKey(HANDLE KeyHandle,
|
||||||
|
|
Loading…
Reference in a new issue