ComPtr::Detach Method
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 ComPtr::Detach Method.
Disassociates this ComPtr
object from the interface that it represents.
Syntax
T* Detach();
Return Value
A pointer to the interface that was represented by this ComPtr
object.
Requirements
Header: client.h
Namespace: Microsoft::WRL