Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Deletes a specific registry key and all its subkeys.
LONG DelRegTree(
HKEY hParentKey,
const CString& strKeyName
);
Parameters
hParentKey
Handle to a registry key.strKeyName
The name of the registry key to be deleted.
Remarks
Call this function to delete the specified key and its subkeys.
Requirements
Header: afxwin.h