Примечание
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
The assignment operator.
CHandle& operator =(
CHandle& h
) throw( );
Параметры
- h
CHandle will take ownership of the handle h.
Возвращаемое значение
Returns a reference to the new CHandle object.
Заметки
If the CHandle object currently contains a handle, it will be closed. The CHandle object being passed in will have its handle reference set to NULL. This ensures that two CHandle objects will never contain the same active handle.
Требования
Header: atlbase.h