CWinApp::DelRegTree
Deletes a specific registry key and all its subkeys.
LONG DelRegTree(
HKEY hParentKey,
const CString& strKeyName
);
Параметры
hParentKey
Handle to a registry key.strKeyName
The name of the registry key to be deleted.
Заметки
Call this function to delete the specified key and its subkeys.
Требования
Header: afxwin.h