На главную

On-line справка по Win32 API

Написать письмо
БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО!
Список всех статей A-B-C-D-E-F-G-H-I-J-K-L-M-N-O-P-Q-R-S-T-U-V-W-X-Y-Z | Скачать Вниз

TerminateProcess



The TerminateProcess function terminates the specified process and all of its threads.

BOOL TerminateProcess(

HANDLE hProcess, // handle to the process
UINT uExitCode // exit code for the process
);


Parameters

hProcess

Identifies the process to terminate.
Windows NT: The handle must have PROCESS_TERMINATE access. For more information, see Process Objects.

uExitCode

Specifies the exit code for the process and for all threads terminated as a result of this call. Use the GetExitCodeProcess function to retrieve the process's exit value. Use the GetExitCodeThread function to retrieve a thread's exit value.



Return Values

If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero. To get extended error information, call GetLastError.

Remarks

The TerminateProcess function is used to unconditionally cause a process to exit. Use it only in extreme circumstances. The state of global data maintained by dynamic-link libraries (DLLs) may be compromised if TerminateProcess is used rather than ExitProcess.
TerminateProcess causes all threads within a process to terminate, and causes a process to exit, but DLLs attached to the process are not notified that the process is terminating.

Terminating a process causes the following:

1. All of the object handles opened by the process are closed.
2. All of the threads in the process terminate their execution.
3. The state of the process object becomes signaled, satisfying any threads that had been waiting for the process to terminate.
4. The states of all threads of the process become signaled, satisfying any threads that had been waiting for the threads to terminate.
5. The termination status of the process changes from STILL_ACTIVE to the exit value of the process.



Terminating a process does not cause child processes to be terminated.
Terminating a process does not necessarily remove the process object from the system. A process object is deleted when the last handle to the process is closed.

See Also

ExitProcess, OpenProcess, GetExitCodeProcess, GetExitCodeThread


Пригласи друзей и счет твоего мобильника всегда будет положительным!
Предыдущая статья
 
Сайт Народ.Ру Интернет
Следующая статья
Пригласи друзей и счет твоего мобильника всегда будет положительным!

TerminateProcess



Функция TerminateProcess завершает определенный процесс и всю резьбу.

BOOL TerminateProcess(

РУЧКА hProcess, // оперируется в выходной код процесса UINT uExitCode // для процесса
);


Параметры

hProcess

Идентифицирует процесс, чтобы завершаться.
Окно NT: ручка должна иметь доступ PROCESS_TERMINATE. Более подробно, видьте как Процесс Возражал.

uExitCode

Определяет выходной код для процесса и для всей резьбы завершенной в результате этого вызова. Используйте функцию GetExitCodeProcess, чтобы извлекать выходную величину процесса. Используйте функцию GetExitCodeThread, чтобы извлекать выходную величину резьбы.



Обратные Величины

Если функция добивается успеха, обратная величина ненулевая.
Если функция терпит неудачу, обратная величина нулевая. Для того, чтобы расширять информацию ошибки, назовите GetLastError.

Замечания

Функция TerminateProcess использована, чтобы безусловно вызывать процесс, чтобы выходить. Используйте это только в крайних обстоятельствах. Состояние глобальных данных поддержанных динамической связью библиотек (DLLs) может быть пойдено на компромисс если TerminateProcess использован а не ExitProcess.
TerminateProcess ВЫЗЫВАЕТ всю резьбу в пределах процесса, чтобы завершать, и заставлять процесс, чтобы выходить из, но DLLs приложенный к процессу не извещены, что процесс завершает.

Завершение процесса вызывает следующее:

1. Все объектные ручки открытые процессом закрыты.
2. Вся резьба в процессе завершает их выполнение.
3. Состояние объекта процесса становится сигнальным, удовлетворяя любую резьбу, которая ждала процесс, чтобы завершаться.
4. Состояния всей резьбы процесса становятся сигнализированными, удовлетворяя любую резьбу, которая ждала резьбу, чтобы завершаться.
5. Статус завершения процесса заменяет с STILL_ACTIVE в выходную величину процесса.



Завершение процесса не заставляет процессы, чтобы быть расторгнутым.
Завершение процесса обязательно не удаляет объект процесса из системы. Объект процесса удален когда последняя ручка в процесс закрыта.

Смотри Также

ExitProcess, OpenProcess, GetExitCodeProcess, GetExitCodeThread


Вверх Version 1.3, Oct 26 2010 © 2007, 2010, mrhx Вверх
 mrhx software  Русский перевод OpenGL  Русский перевод Win32 API
 
Используются технологии uCoz