mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 05:22:56 +00:00
[MKHIVE] Implement and use RegCloseKey().
This commit is contained in:
parent
4caf391324
commit
81d435a181
3 changed files with 21 additions and 0 deletions
|
@ -89,6 +89,10 @@ RegSetValueExW(
|
|||
IN const UCHAR* lpData,
|
||||
IN ULONG cbData);
|
||||
|
||||
LONG WINAPI
|
||||
RegCloseKey(
|
||||
IN HKEY hKey);
|
||||
|
||||
LONG WINAPI
|
||||
RegDeleteKeyW(
|
||||
IN HKEY hKey,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue