Microsoft DirectX 9.0

CBaseRenderer::Active

The Active method is called when the state is switched to paused or running.

Syntax

virtual HRESULT Active(void);

Return Value

Returns S_OK.

Remarks

The input pin calls this method from its own CRendererInputPin::Active method. This method does nothing in the base class.

See Also