Share via


IAMovieSetup::Unregister

 
Microsoft DirectShow 9.0

IAMovieSetup::Unregister

Removes the filter from the registry.

Syntax

HRESULT Unregister(void);

Return Value

Returns an HRESULT value.

Remarks

This method should be implemented to use the IFilterMapper::UnregisterFilter method to remove the filter from the registry. This effectively removes the pins and media types as well.

Requirements

Reference: Dshow.h.

Library: Quartz.dll.

See Also