Because CmtExitThreadPoolThread is often used to terminate a thread when an error occurs, you do not have the option to resume since the thread is returned (in idle state) to the thread pool so it can execute other functions. So you will need to reschedule the thread to execute a particular function once more.
Regards,
Azucena
NI