Microsoft DirectX 9.0

IVideoFrameStep::CancelStep

The CancelStep method cancels the previous IVideoFrameStep::Step operation.

Syntax

HRESULT CancelStep();

Return Values

Returns S_OK if the Step operation was successfully canceled, or E_FAIL otherwise.

See Also