CComGITPtr::CComGITPtr
Visual Studio .NET 2003
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.
Remarks
Creates a new CComGITPtr object, optionally using an existing CComGITPtr object.