Microsoft Windows CE 3.0  

CBaseRenderer::SetRepaintStatus

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.

Resets the m_bRepaintStatusflag when EC_REPAINThas been signaled to the filter graph.

void SetRepaintStatus(
BOOL
bRepaint
);

Parameters

bRepaint
Boolean value assigned to the m_bRepaintStatusflag.

Return Values

No return value.

Remarks

The m_bRepaintStatusflag ensures that the filter graph is not flooded with redundant calls. Once one EC_REPAINTmessage has been sent, no more will be sent until the renderer receives some data.