CRegKey::operator =
Assignment operator.
CRegKey& operator =(
CRegKey& key
) throw( );
- key
The key to copy.
Returns a reference to the new key.
This operator detaches key from its current object and assigns it to the CRegKey object instead.
Header: atlbase.h