Поделиться через


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

См. также

Основные понятия

CRegKey Class

CRegKey Members