IMSVidCtl::Decompose method (msvidctl.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

The Decompose method tears down the filter graph.

Syntax

HRESULT Decompose();

Return value

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

This method is the inverse of the IMSVidCtl::Build method. 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.

Requirements

Requirement Value
Minimum supported client Windows�XP [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header msvidctl.h

See also

IMSVidCtl Interface