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.
DWORDSuspendThread();
Return Value
The thread’s previous suspend count if successful; 0xFFFFFFFF otherwise.
Remarks
Increments the current thread’s suspend count. If any thread has a suspend count above zero, that thread does not execute. The thread can be resumed by calling the ResumeThread member function.
CWinThread Overview | Class Members | Hierarchy Chart
See Also CWinThread::ResumeThread,