Microsoft Windows CE 3.0  

CBaseRenderer::GetRealState

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.

Retrieves the actual state of the renderer.

FILTER_STATE GetRealState(void);

Return Values

Returns m_State, the state flag for the renderer.

Remarks

This member function provides an internal way of getting the real state. Calling through the IBaseFilterinterface to get the state would require the main filter critical section to be taken; this internal method does not do this.