Share via


CMsgThread::GetThreadHandle

Retrieves the handle to the thread in the CMsgThread object.

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.

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.