CWinApp::DelRegTree

删除特定注册表项及其所有子级。

LONG DelRegTree( 
   HKEY hParentKey, 
   const CString& strKeyName 
); 
LONG DelRegTree( 
   HKEY hParentKey,
   const CString& strKeyName,
   CAtlTransactionManager* pTM = NULL
);

参数

  • hParentKey
    为注册表项的句柄。

  • strKeyName
    要删除的注册表项的名称。

  • pTM
    为CAtlTransactionManager对象的指针。

返回值

如果函数成功,则返回值是ERROR_SUCCESS。 如果函数失败,则返回值是在Winerror.h定义的一个非零错误代码。

备注

调用此函数删除指定的密钥及其子控件。

要求

Header: afxwin.h

请参见

参考

CWinApp Class

层次结构图