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, |
Library |
ole32.lib, |