Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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