_com_ptr_t::Detach
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at _com_ptr_t::Detach.
Microsoft Specific**
Extracts and returns the encapsulated interface pointer.
Interface* Detach( ) throw( );
Extracts and returns the encapsulated interface pointer, and then clears the encapsulated pointer storage to NULL. This removes the interface pointer from encapsulation. It is up to you to call Release on the returned interface pointer.
END Microsoft Specific
Show: