Microsoft DirectX 9.0

CBaseRenderer::SetAbortSignal

The SetAbortSignal method sets a flag which indicates whether to stop rendering and reject further samples.

Syntax

void SetAbortSignal(
    BOOL bAbort
);

Parameters

bAbort

Boolean value indicating whether to stop rendering. If TRUE, the filter will not render any more samples.

Remarks

This method sets the CBaseRenderer::m_bAbort flag.

See Also