FtmBase::DisconnectObject 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 FtmBase::DisconnectObject Method.
Forcibly releases all external connections to an object. The object's server calls the object's implementation of this method prior to shutting down.
STDMETHODIMP DisconnectObject( __in DWORD dwReserved ) override;
Parameters
dwReserved
Reserved for future use; must be zero.
S_OK if successful; otherwise, an HRESULT that indicates the error.
Header: ftm.h
Namespace: Microsoft::WRL
Show: