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