Microsoft DirectX 9.0

CBaseRenderer::GetRealState

The GetRealState method retrieves the filter state.

Syntax

FILTER_STATE GetRealState(void);

Return Value

Returns the value of CBaseFilter::m_State. The value is a member of the FILTER_STATE enumerated type.

Remarks

This method provides a simpler alternative to the CBaseRenderer::GetState method, for internal use.

See Also