diff --git a/reactos/ntoskrnl/cm/registry.c b/reactos/ntoskrnl/cm/registry.c index ceeb0665de7..e9b7b58c1fa 100644 --- a/reactos/ntoskrnl/cm/registry.c +++ b/reactos/ntoskrnl/cm/registry.c @@ -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,