Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The constructor.
CRegKey( ) throw( );
CRegKey(
CRegKey& key
) throw( );
explicit CRegKey(
HKEY hKey
) throw( );
Parameters
key
A reference to a CRegKey object.hKey
A handle to a registry key.
Remarks
Creates a new CRegKey object. The object can be created from an existing CRegKey object, or from a handle to a registry key.
Requirements
Header: atlbase.h