Partager via


CComQIPtr::CComQIPtr

Constructeur.

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

Paramètres

  • lp
    Utilisé pour initialiser le pointeur d'interface.

  • T
    Une interface COM.

  • piid
    Pointeur vers l'IID d' T.

Configuration requise

Header: atlcomcli.h

Voir aussi

Référence

CComQIPtr, classe