Microsoft DirectX 8.1 (C++)

CBaseRenderer::SetAbortSignal

The SetAbortSignal method sets the abort 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