CRegKey::CRegKey
构造函数。
CRegKey( ) throw( );
CRegKey(
CRegKey& key
) throw( );
explicit CRegKey(
HKEY hKey
) throw( );
CRegKey(
CAtlTransactionManager* pTM
) throw( );
参数
key
CRegKey 对象的引用。hKey
为注册表项的句柄。pTM
为CAtlTransactionManager对象的指针
备注
创建一个新的 CRegKey 对象。 对象可以创建从现有 CRegKey 对象,或者从句柄注册表项。
要求
Header: atlbase.h