Scroll to navigation

RegCloseKey(3w) Wine API RegCloseKey(3w)

NAME

RegCloseKey (ADVAPI32.@)

SYNOPSIS

LSTATUS RegCloseKey
(
HKEY hkey
)
 

DESCRIPTION

Close an open registry key.
 

PARAMS

hkey [In] Handle of key to close.
 

RETURNS

Success: ERROR_SUCCESS
Failure: Error code
 

IMPLEMENTATION

Declared in "winreg.h".
Implemented in "dlls/advapi32/registry.c".
Debug channel "reg".
Oct 2012 Wine API