CPersistStream::WriteToStream (Compact 2013)

3/26/2014

This method writes the filter's data to the given stream.

Syntax

virtual HRESULT WriteToStream(
  IStream* pStream
);

Parameters

  • pStream
    Pointer to an IStream interface that specifies the filter data's destination stream.

Return Value

Returns S_OK. The derived class should return a valid HRESULT value.

Remarks

The default version writes nothing; it can be overridden to write data specific to your class.

Requirements

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CPersistStream Class

Other Resources

IStream