Microsoft Windows CE 3.0  

CMsgThread::GetThreadHandle

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.

Retrieves the handle to the thread in the CMsgThreadobject.

HANDLE GetThreadHandle( );

Return Values

Returns the thread handle.

Remarks

The thread handle can be passed to Microsoft Win32 application programming interface (API) functions, such as WaitForMultipleObjects. The thread handle is signaled when the thread has exited.