CNoWorkerThread::Shutdown

 

Non-functional equivalent of CWorkerThread::Shutdown.

Syntax

      HRESULT Shutdown(
   DWORD dwWait = ATL_WORKER_THREAD_WAIT 
) throw( );

Return Value

Always returns S_OK.

Remarks

The implementation provided by this class does nothing.

Requirements

Header: atlutil.h

See Also

CNoWorkerThread Class