Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
This method reads the filter's data from the given stream.
Syntax
virtual HRESULT ReadFromStream(
IStream* pStream
);
Parameters
- pStream
Pointer to an IStream interface from which data is to be read.
Return Value
Returns S_OK. The derived class should return a valid HRESULT value.
Remarks
The default version reads nothing; it can be overridden to read data specific to your class.
Requirements
Header |
dshow.h, |
Library |
ole32.lib, |