Microsoft DirectX 9.0

CSourceStream::Run

The Run method signals the streaming thread to run.

Syntax

HRESULT Run(void);

Return Value

Returns S_OK or E_UNEXPECTED.

Remarks

In the base class, this method has the same effect as the CSourceStream::Pause request, and is not used.

See Also