Microsoft Windows CE 3.0  

CBaseRenderer::PrepareRender

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.

Provides an opportunity for the derived class to prepare itself for rendering a sample.

virtual void PrepareRender(void);

Return Values

No return value.

Remarks

This member function is called from CBaseRenderer::Receivebefore rendering each frame. A derived class can take this opportunity to prepare itself for rendering. For example, a video renderer might realize its palette. This is not implemented in the base class.