ResumeThread()
语法
ResumeThread(Thread)概要
Resumes execution of the specified thread, previously paused with PauseThread().
参数
Thread The thread to resume. This value is returned by CreateThread().
返回值
无.
Remarks
See the PauseThread() function for an example code.
参阅
PauseThread(), CreateThread()
已支持操作系统
所有