子线程是一个CWinThread的对象
如提

解决方案 »

  1.   

    ResumeThreadThe ResumeThread function checks the suspend count of the subject thread. If the suspend count is zero, the thread is not currently suspended. Otherwise, the subject thread's suspend count is decremented. If the resulting value is zero, then the execution of the subject thread is resumed. 
      

  2.   

    好象用GetThreadState()函数(可能函数名不对,功能是的),可以查MSDN.
      

  3.   

    用CWinThread::ResumeThread如果返回值为大于1;则线程被挂起;如果返回值为1;则线程正在被唤醒;如果返回值为0,则线程处于激活状态