This operator assigns a pointer to the specified operand.
At a Glance
| Header file: | Atlbase.h |
| Windows CE versions: | 2.0 and later |
| Complete documentation: | Visual C++ documentation |
Syntax
T* operator =( T* lp );
T* operator =( const CComQIPtr< T >& lp );
T* operator =( IUnknown* lp );