CBaseFilter::Unregister
Microsoft DirectShow 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.
Requirements
** Header:** Declared in Amfilter.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also