Share via


CPersistStream::Load

 
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