CBasePin::m_bRunTimeError

 
Microsoft DirectShow 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.

Requirements

**  Header:** Declared in Amfilter.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also