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.
The constructor.
CComPtr( ) throw ( ); 
CComPtr(
   T* lp 
) throw ( );
CComPtr (
   const CComPtr< T >& lp 
) throw ( );
Parameters
- lp 
 Used to initialize the interface pointer.
- T 
 A COM interface.
Requirements
Header: atlcomcli.h