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.
Microsoft DirectShow 9.0 |
CPersistStream::Load
Loads the filter's data from a given stream.
Syntax
HRESULT Load( LPSTREAM pStm );
Parameters
pStm
Pointer to the stream from which to be loaded.
Return Value
Returns an HRESULT value.
Remarks
This member function implements the IPersistStream::Load method.
Requirements
** Header:** Declared in Pstream.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also