Microsoft DirectX 9.0

CCmdQueue::EndRun

The EndRun method switches to the stopped or paused mode.

Syntax

virtual HRESULT EndRun(void);

Return Value

Returns an HRESULT value that depends on the implementation.

Remarks

Time mapping between stream time and presentation time is not known after this member function has been called. Call the CCmdQueue::Run member function to carry out this mapping.

See Also