Поделиться через


CComQIPtr::CComQIPtr

The constructor.

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

Параметры

  • lp
    Used to initialize the interface pointer.

  • T
    A COM interface.

  • piid
    A pointer to the IID of T.

Требования

Header: atlcomcli.h

См. также

Основные понятия

CComQIPtr Class

CComQIPtr Members