Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Increments the current thread's suspend count.
DWORD SuspendThread( );
Return Value
The thread's previous suspend count if successful; 0xFFFFFFFF otherwise.
Remarks
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.
Requirements
Header: afxwin.h