Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
1/6/2010
You can suspend a thread at any time by using the SuspendThread function.
You can also perform the following related tasks on a thread.
| To | Call |
|---|---|
Resume running a thread |
|
Suspend a thread for a specified number of milliseconds |
|
Profile the performance of a thread and return how much time the thread has run |
When suspending a thread more than once, you must match multiple calls to SuspendThread with the same number of calls to ResumeThread.