Microsoft DirectX 9.0

MSVidCtl.Decompose

This topic applies to Windows XP only.

The Decompose method tears down the filter graph.

Syntax

objMSVidCtl.Decompose()

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 is the inverse of MSVidCtl.Build. Call this method before you change the active features collection, specify a new renderer, or specify a new input device. The method does not modify the active features collection.

See Also