次の方法で共有


CRegKey::Attach

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

void Attach(
   HKEY hKey 
) throw( );

パラメーター

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

解説

Attachm_hKey が null 以外で保持されます。

必要条件

atlbase.hHeader:

参照

関連項目

CRegKey クラス

CRegKey::Detach