RegDeleteValueA (ADVAPI32.@)
DWORD RegDeleteValueA ( HKEY hkey, LPCSTR name )
Delete a value from the registry.
hkey | [In] | Registry handle of the key holding the value. |
name | [In] | Name of the value under hkey to delete. |
Success: ERROR_SUCCESS
Failure: nonzero error code from Winerror.h
Defined in "winreg.h".
Implemented in "dlls/advapi32/registry.c". source.winehq.org/source/dlls/advapi32/registry.c
Debug channel "reg".
Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.