mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:52:56 +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
|
OUT PULONG ResultLength
|
||||||
);
|
);
|
||||||
|
|
||||||
|
NTSYSCALLAPI
|
||||||
|
NTSTATUS
|
||||||
|
NTAPI
|
||||||
|
NtRenameKey(
|
||||||
|
IN HANDLE KeyHandle,
|
||||||
|
IN PUNICODE_STRING ReplacementName
|
||||||
|
);
|
||||||
|
|
||||||
NTSYSCALLAPI
|
NTSYSCALLAPI
|
||||||
NTSTATUS
|
NTSTATUS
|
||||||
NTAPI
|
NTAPI
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue