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