Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

AtlFreeMarshalStream

 

Releases the marshal data in the stream, then releases the stream pointer.

System_CAPS_importantImportant

This function cannot be used in applications that execute in the Windows Runtime.


      HRESULT AtlFreeMarshalStream(
IStream* pStream 
);

pStream

[in] A pointer to the IStream interface on the stream used for marshaling.

Example

See the example for AtlMarshalPtrInProc.

Requirements

Header: atlbase.h

Show: