Microsoft DirectX 9.0

CBaseFilter::Register

The Register method adds the filter to the registry.

Note   This method is obsolete. New filters should be registered using the AMovieDllRegisterServer2 function. For more information, see How to Register DirectShow Filters.

Syntax

HRESULT Register(void);

Return Value

Returns one of the HRESULT values listed in the following table.

Value Description
S_OK Success.
S_FALSE No registration information is available.

See Also