Microsoft DirectX 9.0

IAMovieSetup::Unregister

Note   The IAMovieSetup interface is deprecated. Use the AMovieDllRegisterServer2 function instead.

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.

See Also