CRegKey::Attach
调用此方法HKEY附加到 CRegKey 对象通过设置 m_hKey 成员句柄 hKey。
void Attach(
HKEY hKey
) throw( );
参数
- hKey
注册表项的句柄。
备注
Attach 断言 m_hKey 是否为非null。
要求
Header: atlbase.h
调用此方法HKEY附加到 CRegKey 对象通过设置 m_hKey 成员句柄 hKey。
void Attach(
HKEY hKey
) throw( );
Attach 断言 m_hKey 是否为非null。
Header: atlbase.h