Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

The Microsoft DirectX for Windows Embedded CE SDK includes a base-class template for creating DMOs, IMediaObjectImpl.

If DMO fully supports the IUnknownand IMediaObjectinterfaces, you do not need to use the class template when you create a DMO. However, the class template provided by Microsoft handles many bookkeeping tasks, such as validating input parameters.

By using the template, you can focus on the functionality that is specific to your DMO.

In addition, the template helps ensure that you create a robust implementation.

See Also