[DllImport("advapi32.dll", SetLastError=true)]
static extern int RegCloseKey(
IntPtr hKey);
Declare Function RegCloseKey Lib "advapi32.dll" (ByVal hKey As IntPtr) As Integer
None.
None.
Please add some!
Please add some!
Microsoft.Win32.RegistryKey.Close() Method.