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::GetSetupData
The GetSetupData method retrieves the registration data for the filter.
- Note This method is obsolete. It is called by the CBaseFilter::Register and CBaseFilter::Unregister methods.
Syntax
virtual LPAMOVIESETUP_FILTER GetSetupData(void);
Return Value
Returns a pointer to an AMOVIESETUP_FILTER structure containing registration information for the filter.
Remarks
The base class returns NULL.
Requirements
** Header:** Declared in Amfilter.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also