IRenderEngine::ScrapIt
Microsoft DirectShow 9.0 |
IRenderEngine::ScrapIt
The ScrapIt method discards the render engine's filter graph and all associated objects.
Syntax
HRESULT ScrapIt( void );
Return Value
Returns one of the following HRESULT values:
Value | Description |
Value | Description |
S_OK | Success. |
E_MUST_INIT_RENDERER | Render engine failed to initialize. |
Requirements
Header: Include Qedit.h. This header file is not compatible with Microsoft® Direct3D® headers later than version 7.
Library: Use strmiids.lib.
See Also