This topic has not yet been rated - Rate this topic

CComGITPtr::operator = 

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.

Returns the updated CComGITPtr object.

Assigns a new value to a CComGITPtr object, either from an existing object or from a reference to a global interface table.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.