This topic has not yet been rated - Rate this topic

CComGITPtr::CComGITPtr 

The constructor.


CComGITPtr( ) throw( ); 
CComGITPtr(
   T* p 
);
CComGITPtr(
   const CComGITPtr& git 
);
explicit CComGITPtr(
   DWORD dwCookie 
) throw( );

Parameters

p

An interface pointer to be stored in the global interface table (GIT).

git

A reference to an existing CComGITPtr object.

dwCookie

A cookie used to identify the interface pointer.

Creates a new CComGITPtr object, optionally using an existing CComGITPtr object.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.