Microsoft DirectX 9.0

IAMovieSetup::Register

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

Adds the filter to the registry.

Syntax

HRESULT Register(void);

Return Value

Returns an HRESULT value.

Remarks

This method registers the filter, its pins, and the media type associated with the pins. It should be implemented to use IFilterMapper methods to accomplish this. See the CBaseFilter::Register member function for a description of its implementation.

See Also