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 uint RegCloseKey(
    UInt32 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:

Do you know one? Please contribute it!

Documentation
RegCloseKey on MSDN