Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2002.03.14;
Скачать: CL | DM;

Вниз

Как завершить процесс (через Delphi)   Найти похожие ветки 

 
davile   (2002-01-15 17:33) [0]



 
Севостьянов Игорь ©   (2002-01-15 19:36) [1]

Если я правильно понял вопрос, то только с помощью WinAPI

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.

See Also

CreateProcess, CreateRemoteThread, CreateThread, ExitThread, GetExitCodeProcess, GetExitCodeThread, OpenProcess, TerminateProcess


 
Almaz ©   (2002-01-16 00:18) [2]

>Севостьянов Игорь
Не только. Можно еще использовать недокументированную, но более мощную функцию EndTask.

Удачи.


 
Tosov ©   (2002-01-16 00:48) [3]

Для Windows NT/2000/XP
http://delphi.xonix.ru/faq/system/terminate01.shtml



Страницы: 1 вся ветка

Текущий архив: 2002.03.14;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.006 c
3-42917
weak
2002-02-13 10:19
2002.03.14
Помогите. Надо, чтобы при открытии формы данные одного столбца (limit) копировались со вчерашнего дня. Это наверно просто, но что то не могу понять как.


1-43054
Hewlping
2002-02-26 17:09
2002.03.14
ПОМОГИТЕ!!!!!!!!!!!!!!!!!!!


7-43198
Leviathan
2001-12-11 20:47
2002.03.14
Sleep в консольной программе


3-42952
Font Hunter
2002-02-15 13:12
2002.03.14
Перекодировка при перекачке данных из Paradox в Interbase


14-43176
Igor_thief
2002-01-30 17:34
2002.03.14
Button