SHRegCloseUSKey(3w)
NAME
SHRegCloseUSKey (SHLWAPI.@)
SYNOPSIS
LONG SHRegCloseUSKey
(
HUSKEY hUSKey
)
PARAMS
hUSKey [In] Key to close.
DESCRIPTION
Close a user-specific registry key.
RETURNS
Success: ERROR_SUCCESS
Failure: An error code from RegCloseKey(3w).
IMPLEMENTATION
Defined in "shlwapi.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shlwapi/reg.c".
- Debug channel "shell".