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 assignment operator.
CComGITPtr< T >& operator =(
T* p
);
CComGITPtr< T >& operator =(
const CComGITPtr< T >& git
);
CComGITPtr< T >& operator =(
DWORD dwCookie
);
Parameters
p
A pointer to an interface.git
A reference to a CComGITPtr object.dwCookie
A cookie used to identify the interface pointer.
Return Value
Returns the updated CComGITPtr object.
Remarks
Assigns a new value to a CComGITPtr object, either from an existing object or from a reference to a global interface table.
Requirements
Header: atlbase.h