DWORD _RegDeleteValue(HKEY hKey, LPSTR lpszValue)
Deletes the value for the given registry key and the given value name.
Each key can have one value for which the value name is NULL. This is treated as the value for the key itself. This value can be deleted by passing a NULL or a null string for lpszValue parameter.