CRegKey::Attach

调用此方法HKEY附加到 CRegKey 对象通过设置 m_hKey 成员句柄 hKey。

void Attach(
   HKEY hKey 
) throw( );

参数

  • hKey
    注册表项的句柄。

备注

Attach 断言 m_hKey 是否为非null。

要求

Header: atlbase.h

请参见

参考

CRegKey选件类

CRegKey::Detach