SHRegDeleteUSValueA (SHLWAPI.@)
LONG SHRegDeleteUSValueA ( HUSKEY hUSKey, LPCSTR pszValue, SHREGDEL_FLAGS delRegFlags )
Delete a user-specific registry value.
hUSKey | [In] | Handle to an open registry key. |
pszValue | [In] | Specifies the value to delete. |
delRegFlags | [In] | Flag that specifies the base of the key from which to delete the value. |
Success: ERROR_SUCCESS
Failure: Nonzero error code from Winerror.h
Defined in "shlwapi.h".
Implemented in "dlls/shlwapi/reg.c". source.winehq.org/source/dlls/shlwapi/reg.c
Debug channel "shell".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.