Microsoft DirectX 9.0 |
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.
See Also