CComPtrBase::operator ->
The pointer-to-member operator.
_NoAddRefReleaseOnCComPtr< T > * operator ->( ) const throw( );
Возвращаемое значение
Returns the value of the CComPtrBase::p data member variable.
Заметки
Use this operator to call a method in a class pointed to by the CComPtrBase object. In debug builds, an assertion failure will occur if the CComPtrBase data member points to NULL.
Требования
Header: atlcomcli.h