IGraphBuilder::ShouldOperationContinue

 
Microsoft DirectShow 9.0

IGraphBuilder::ShouldOperationContinue

The ShouldOperationContinue method queries whether the current operation should continue. A filter that is performing some operation at the request of the graph can call this method to determine whether it should continue. Applications will not normally call this method.

Syntax

  HRESULT ShouldOperationContinue(void);

Return Values

Returns an HRESULT. Possible values include the following.

Return code Description
S_OK The current operation should continue.
S_FALSE The current operation should not continue.
E_UNEXPECTED Unexpected error.

Requirements

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

Library: Use Strmiids.lib.

See Also