table of contents
other versions
- wheezy 1.4.1-4
SHRegCloseUSKey(3w) | Wine API | 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¶
Declared in "shlwapi.h". Implemented in "dlls/shlwapi/reg.c". Debug channel "shell".Oct 2012 | Wine API |