CComGITPtr::CComGITPtr
Visual Studio 2005
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.