Condividi tramite


CComQIPtr::CComQIPtr

Costruttore.

CComQIPtr( ) throw( ); 
CComQIPtr( 
   T* lp  
) throw( ); 
CComQIPtr( 
   IUnknown* lp  
) throw( ); 
CComQIPtr( 
   const CComQIPtr< T, 
   piid >& lp  
) throw( );

Parametri

  • lp
    Utilizzato per inizializzare il puntatore a interfaccia.

  • T
    Un'interfaccia COM.

  • piid
    Un puntatore all'IID T.

Requisiti

Header: atlcomcli.h

Vedere anche

Riferimenti

CComQIPtr Class