Share via


IVideoFrameStep::CancelStep

 
Microsoft DirectShow 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.

Requirements

Header: Declared in Strmif.h; include Dshow.h.

Library: Use Strmiids.lib.

See Also