Freigeben über


FtmBase::ReleaseMarshalData 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 FtmBase::ReleaseMarshalData Method.

Destroys a marshaled data packet.

Syntax

STDMETHODIMP ReleaseMarshalData(  
   __in IStream *pStm  
) override;  

Parameters

pStm
Pointer to a stream that contains the data packet to be destroyed.

Return Value

S_OK if successful; otherwise, an HRESULT that indicates the error.

Requirements

Header: ftm.h

Namespace: Microsoft::WRL

See Also

FtmBase Class