Microsoft DirectX 9.0

CBasePin::m_bRunTimeError

Flag that indicates whether a run-time error has occurred.

Syntax

bool m_bRunTimeError;

Remarks

This flag defaults to FALSE. Set the flag to TRUE if a run-time error occurs during streaming. The CBasePin::Inactive method resets the flag to FALSE.

See Also