Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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