_com_ptr_t::operator =

Microsoft Specific

_com_ptr_t& operator=( Interface* pInterface ) throw( );

_com_ptr_t& operator=( int NULL ) throw( _com_error );

template< > _com_ptr_t& operator=( const _com_ptr_t& cp ) throw( );

template< > _com_ptr_t& operator=( const _variant_t& varSrc ) throw( _com_error );

template<typename _InterfacePtr> _com_ptr_t& operator=( const _InterfacePtr& p ) throw( _com_error );

Remarks

Assigns an interface pointer to this _com_ptr_t object:

_com_ptr_t Overview

END Microsoft Specific