次の方法で共有


CRegKey::Attach

m_hKey メンバー ハンドルの値に hKey を設定して、HKEYCRegKey オブジェクトに結び付けます。

void Attach(
   HKEY hKey 
) throw( );

パラメーター

  • hKey
    レジストリ キーのハンドル。

解説

m_hKey が NULL 以外の場合、Attach はアサートします。

必要条件

**ヘッダー:**atlbase.h

参照

参照

CRegKey クラス

CRegKey::Detach

その他の技術情報

CRegKey のメンバー