FtmBase::ReleaseMarshalData 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::ReleaseMarshalData Method.
Destroys a marshaled data packet.
STDMETHODIMP ReleaseMarshalData( __in IStream *pStm ) override;
Parameters
pStm
Pointer to a stream that contains the data packet to be destroyed.
S_OK if successful; otherwise, an HRESULT that indicates the error.
Header: ftm.h
Namespace: Microsoft::WRL
Show: