Scroll to navigation

SHRegDeleteEmptyUSKeyA(3w) Wine API SHRegDeleteEmptyUSKeyA(3w)

NAME

SHRegDeleteEmptyUSKeyA (SHLWAPI.@)

SYNOPSIS

LONG SHRegDeleteEmptyUSKeyA
(
HUSKEY hUSKey,
LPCSTR pszValue,
SHREGDEL_FLAGS delRegFlags
)
 

DESCRIPTION

Delete an empty user-specific registry key.
 

PARAMS

hUSKey [In] Handle to an open registry key.
pszValue [In] Empty key name.
delRegFlags [In] Flag that specifies the base from which to delete the key.
 

RETURNS

Success: ERROR_SUCCESS
Failure: Nonzero error code from Winerror.h
 

IMPLEMENTATION

Declared in "shlwapi.h".
Implemented in "dlls/shlwapi/reg.c".
Debug channel "shell".
Oct 2012 Wine API