CComPtrBase::operator *

*运算符。

T & operator *( ) const throw( );

返回值

返回 CComPtrBase::p的值;即 CComPtrBase 对象引用的对象的指针。

如果调试版本中,断言将发生错误,则 CComPtrBase::p 使用NULL不相等。

要求

Header: atlcomcli.h

请参见

参考

CComPtrBase选件类