Поделиться через


CWinThread::SuspendThread

Increments the current thread's suspend count.

DWORD SuspendThread( );

Возвращаемое значение

The thread's previous suspend count if successful; 0xFFFFFFFF otherwise.

Заметки

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.

Требования

Header: afxwin.h

См. также

Основные понятия

CWinThread Class

CWinThread Members

Hierarchy Chart

CWinThread::ResumeThread

SuspendThread