RegCloseKey (advapi32)
Last changed: -89.41.26.54

.
Summary
Releases a handle to the specified registry key

C# Signature:

[DllImport("advapi32.dll", SetLastError=true)]
static extern int RegCloseKey(
    IntPtr hKey);

VB Signature:

Declare Function RegCloseKey Lib "advapi32.dll" (TODO) As TODO

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Microsoft.Win32.RegistryKey.Close() Method.

Documentation
RegCloseKey on MSDN