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.
CComQIPtr( ) throw( ); 
CComQIPtr(
   T* lp 
) throw( );
CComQIPtr(
   IUnknown* lp 
) throw( );
CComQIPtr(
   const CComQIPtr< T,
   piid >& lp 
) throw( );
Parameters
- lp 
 Used to initialize the interface pointer.
- T 
 A COM interface.
- piid 
 A pointer to the IID of T.
Requirements
Header: atlcomcli.h