CBaseFilter::Unregister

 
Microsoft DirectShow 9.0

CBaseFilter::Unregister

The Unregister method removes the filter from the registry.

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