CBasePin::IsStopped (Compact 2013)

3/26/2014

Determines if the filter is stopped.

Syntax

BOOL IsStopped( );

Parameters

None.

Return Value

Returns TRUE if the filter is stopped; otherwise, returns FALSE.

Remarks

Do not use this member function in the constructor of the pin because the filter that is passed is often not initialized properly at that time (due to the convention of using a this pointer during construction of data members).

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CBasePin Class