CComPtr::CComPtr

This method is the constructor for CComPtr.

Syntax

ULONG CComPtr( VOID );

ULONG CComPtr( T* lp );

ULONG CComPtr( const CComPtr< T >& lp );

At a Glance

Header file: Atlbase.h
Platforms:
Versions: 2.0 and later
Complete documentation: Visual C++ documentation

See Also

CComPtr Overview, CComPtr Methods