Microsoft DirectX 8.1 (C++)

IAMovieSetup::Unregister

Note   The IAMovieSetup interface is deprecated.

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