Microsoft DirectX 9.0

MSVidCtl.Stop

This topic applies to Windows XP only.

Stops the filter graph.

Syntax

objMSVidCtl.Stop()

Parameters

This method takes no parameters.

Error Codes

If the method fails, an error is raised and Err.Number is set to a value other than zero.

Return Values

This method does not return a value.

Remarks

This method leaves the filter graph intact and ready to pause or run. To tear down the filter graph, use the MSVidCtl.Decompose method.

See Also