Share via


Override the Base Class Member Functions (Windows CE 5.0)

Send Feedback

When you determine which base class to use (see Determine Which Base Classes to Use), you write the header and define which member function to implement.

You decide either to derive your filter class from the transform base classes (CTransformFilter or CTransInPlaceFilter), or from the more generic CBaseFilter filter class.

In this section, you learn how to override the following member functions.

See Also

Write a Transform Filter

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.