CComPtr::CComPtr

This constructor constructs an instance of CComPtr.

At a Glance

Header file: Atlbase.h
Windows CE versions: 2.0 and later
Complete documentation: Visual C++ documentation

Syntax

CComPtr( VOID );

CComPtr( T* lp );

CComPtr( const CComPtr< T >& lp );