Microsoft DirectX 9.0

CBaseFilter::Unregister

The Unregister method removes the filter from the registry.

Note   This method is obsolete. New filters should be unregistered using the AMovieDllRegisterServer2 function. For more information, see How to Register DirectShow Filters.

Syntax

HRESULT Unregister(void);

Return Value

Returns S_OK if successful, or an HRESULT value indicating the cause of the error.

See Also