Microsoft DirectX 9.0

RenderEngine.ScrapIt Method

The ScrapIt method discards the render engine's filter graph and all associated objects.

Syntax

object.ScrapIt()

Parameters

This method takes no parameters.

Error Codes

If the method fails, an error is raised, and Err.Number can be set to the following value:

Value Description
E_MUST_INIT_RENDERER Render engine failed to initialize.

See Also