Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
Determines if the filter is stopped.
BOOL IsStopped( );
Return Values
Returns TRUE if the filter is stopped; otherwise, returns FALSE.
Remarks
Note that this member function must not be used 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 thispointer during the construction of data members).