2 out of 11 rated this helpful - Rate this topic

CComQIPtr::CComQIPtr 

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.