CMsgThread::GetThreadHandle (Compact 2013)

3/26/2014

Retrieves the handle to the thread in the CMsgThread object.

Syntax

HANDLE GetThreadHandle( );

Parameters

None.

Return Value

Returns the thread handle.

Remarks

The thread handle can be passed to Win32 API functions, such as WaitForMultipleObjects. The thread handle is signaled when the thread has exited.

Requirements

Header

dshow.h,
Streams.h

Library

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

See Also

Reference

CMsgThread Class