This topic has not yet been rated - Rate this topic

CComGITPtr::CopyTo

Call this method to copy the interface from the global interface table (GIT) to the passed pointer.

HRESULT CopyTo( 
   T** pp  
) const throw( );
pp

The pointer which is to receive the interface.

Returns S_OK on success, or an error HRESULT on failure.

The interface from the GIT is copied to the passed pointer. The pointer must be released by the caller when it is no longer required.

Header: atlbase.h

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.