Microsoft DirectX 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.

See Also