Share via


CBaseFilter::GetSetupData (Windows Embedded CE 6.0)

1/6/2010

Retrieves the registration data associated with the filter.

Syntax

virtual LPAMOVIESETUP_FILTER GetSetupData( );

Parameters

None.

Return Value

Returns a pointer to an AMOVIESETUP_FILTER structure containing registration information for the filter.

Remarks

You must override this member function and implement it to return an AMOVIESETUP_FILTER structure containing its associated AMOVIESETUP_PIN and AMOVIESETUP_MEDIATYPE structures for pin and media type information.

This member function is called from the CBaseFilter::Register member function.

Requirements

Windows Embedded CE Windows CE 3.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

See Also

Reference

CBaseFilter Class