RegCloseKey function advapi32

int RegCloseKey(
  1. int hKey
)

Closes a handle to the specified registry key.

LSTATUS RegCloseKey(
  HKEY hKey
);

Implementation

int RegCloseKey(int hKey) => _RegCloseKey(hKey);