RegDeleteKeyA (ADVAPI32.@)
LONG RegDeleteKeyA ( HKEY hkey, LPCSTR name )
Delete a registry key.
hkey | [In] | Handle to parent key containing the key to delete. |
name | [In] | Name of the key user hkey to delete. |
MSDN is wrong when it says that hkey must be opened with the DELETE access right. In reality, it opens a new handle with DELETE access.
Success: ERROR_SUCCESS
Failure: Error code
Defined in "winreg.h".
Implemented in "dlls/advapi32/registry.c". source.winehq.org/source/dlls/advapi32/registry.c
Debug channel "reg".
Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.