Поделиться через


CRegKey::CRegKey

The constructor.

CRegKey( ) throw( ); 
CRegKey(
   CRegKey& key 
) throw( );
explicit CRegKey(
   HKEY hKey 
) throw( );

Параметры

  • key
    A reference to a CRegKey object.

  • hKey
    A handle to a registry key.

Заметки

Creates a new CRegKey object. The object can be created from an existing CRegKey object, or from a handle to a registry key.

Требования

Header: atlbase.h

См. также

Основные понятия

CRegKey Class

CRegKey Members