Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Microsoft DirectShow 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. |
Requirements
** Header:** Declared in Amfilter.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also