Имя пользователя:
Пароль:  
Помощь | Регистрация | Забыли пароль?  

Название темы: Builder 6.0 потоки
Показать сообщение отдельно

Аватара для DillerInc

Обратный инженер


Сообщения: 644
Благодарности: 47

Профиль | Отправить PM | Цитировать


alextrs, уважаемый,читайте документацию,и будет меньше вопросов.
Цитата MSDN:
Each thread has a suspend count (with a maximum value of MAXIMUM_SUSPEND_COUNT). If the suspend count is greater than zero, the thread is suspended; otherwise, the thread is not suspended and is eligible for execution. Calling SuspendThread causes the target thread's suspend count to be incremented. Attempting to increment past the maximum suspend count causes an error without incrementing the count.

The ResumeThread function decrements the suspend count of a suspended thread.
SuspendThread

-------
То,что неясно,следует выяснить.То,что трудно творить,следует делать с великой настойчивостью. © Конфуций


Отправлено: 19:21, 17-04-2008 | #2

Название темы: Builder 6.0 потоки