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