ResumeThread()
Syntax
ResumeThread(Thread)Description
Resumes execution of the specified thread, previously paused with PauseThread().
Parameters
Thread The thread to resume. This value is returned by CreateThread().
Return value
None.
Remarks
See the PauseThread() function for an example code.
See Also
PauseThread(), CreateThread()
Supported OS
All