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( );

Parameters

  • pp
    The pointer which is to receive the interface.

Return Value

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

Remarks

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.

Requirements

Header: atlbase.h

See Also

Reference

CComGITPtr Class