CBaseFilter::Register
A version of this page is also available for
4/8/2010
Adds the filter to the registry.
Syntax
HRESULT Register( );
Parameters
None.
Return Value
Returns an HRESULT value.
Remarks
This member function implements the IAMovieSetup::Register method and registers the filter, its pins, and the media type associated with the pins.
It does this by first calling GetSetupData to retrieve the setup data, and then calling the IFilterMapper::RegisterFilter, IFilterMapper::RegisterPin, and IFilterMapper::RegisterPinType methods.
Requirements
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |
Note | Microsoft DirectShow applications and DirectShow filters have different include file and Library requirements For more information, see Setting Up the Build Environment |