CWorkerThread::GetThreadHandle

 

Call this method to get the thread handle of the worker thread.

Syntax

HANDLE GetThreadHandle( ) throw( );

Return Value

Returns the thread handle or NULL if the worker thread has not been initialized.

Requirements

Header: atlutil.h

See Also

CWorkerThread Class