다음을 통해 공유


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.

Remarks

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

Requirements

Header: atlbase.h

See Also

Concepts

CComGITPtr Class

CComGITPtr Members