mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 05:20:54 +00:00
Add NtRenameKey prototype
svn path=/trunk/; revision=31607
This commit is contained in:
parent
adee0f7cc8
commit
99f6c30541
1 changed files with 8 additions and 0 deletions
|
@ -258,6 +258,14 @@ NtQueryValueKey(
|
|||
OUT PULONG ResultLength
|
||||
);
|
||||
|
||||
NTSYSCALLAPI
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
NtRenameKey(
|
||||
IN HANDLE KeyHandle,
|
||||
IN PUNICODE_STRING ReplacementName
|
||||
);
|
||||
|
||||
NTSYSCALLAPI
|
||||
NTSTATUS
|
||||
NTAPI
|
||||
|
|
Loading…
Reference in a new issue