Microsoft DirectX 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 Value

Returns an HRESULT. Possible values include the following.

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

See Also