Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Assignment operator.
T* operator =(
T* lp
) throw ( );
T* operator =(
const CComPtr< T >& lp
) throw ( );
Return Value
Returns a pointer to the updated CComPtr object
Remarks
This operation AddRefs the new object and releases the existing object, if one exists.
Requirements
Header: atlcomcli.h