[MKHIVE] Implement and use RegCloseKey().

This commit is contained in:
Hermès Bélusca-Maïto 2018-10-14 00:29:04 +02:00
parent 4caf391324
commit 81d435a181
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
3 changed files with 21 additions and 0 deletions

View file

@ -89,6 +89,10 @@ RegSetValueExW(
IN const UCHAR* lpData,
IN ULONG cbData);
LONG WINAPI
RegCloseKey(
IN HKEY hKey);
LONG WINAPI
RegDeleteKeyW(
IN HKEY hKey,