|
virtual |
Deletes the specified key and explicitly deletes all sub keys
Removes the specified key from the registry and explicitly removes any sub keys. The function will fail if the object was created in read-only mode. If bAdmin is nonzero, the key to delete should be located under HKEY_LOCAL_MACHINE or under HKEY_CURRENT_USER otherwise.
pszPath | Specifies the name of the key to delete |
bAdmin | Specifies the location of the key to delete |