CBaseInputPin::IsFlushing (Compact 2013)

3/26/2014

Checks the m_bFlushing data member and returns its value.

Syntax

BOOL IsFlushing(void);

Parameters

None.

Return Value

Returns TRUE if the input pin is flushing data; otherwise, returns FALSE.

Requirements

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CBaseInputPin Class