Group: Registry - Library: shlwapi
Enumerating the subkeys of a user-specific key
DWORD SHRegCloseUSKey(
HUSKEY hUSKey,
);
DECLARE INTEGER SHRegCloseUSKey IN shlwapi;
INTEGER hUSKey
hUSKey Handle to a user-specific key that is currently open.
Returns 0 (ERROR_SUCCESS) if successful, or a nonzero error code defined in Winerror.h otherwise.