CAMThread::ThreadExists (Compact 2013)

3/26/2014

Determines whether the thread has been created and has not yet exited.

Syntax

BOOL ThreadExists( );

Parameters

None.

Return Value

Returns TRUE if the thread exists and has not exited, or FALSE if the thread does not exist.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CAMThread Class