[Toc][Index]

DosResumeThread


Bindings:  C, MASM 

This call restarts a thread previously stopped with a DosSuspendThread 
call. 
 DosResumeThread     (ThreadID) 
 
 ThreadID (TID) - input 
    Thread ID of the resumed thread. 
 rc (USHORT) - return 
    Return code descriptions are: 
    0         NO_ERROR 
    309       ERROR_INVALID_THREADID 
 

Created using Inf-PHP v.2 (c) 2003 Yuri Prokushev
Created using Inf-HTML v.0.9b (c) 1995 Peter Childs