На главную

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 | Скачать Вниз

GetExitCodeProcess



The GetExitCodeProcess function retrieves the termination status of the specified process.

BOOL GetExitCodeProcess(

HANDLE hProcess, // handle to the process
LPDWORD lpExitCode // address to receive termination status
);


Parameters

hProcess

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

lpExitCode

Points to a 32-bit variable to receive the process termination status.



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

If the specified process has not terminated, the termination status returned is STILL_ACTIVE. If the process has terminated, the termination status returned may be one of the following:

· The exit value specified in the ExitProcess or TerminateProcess function.
· The return value from the main or WinMain function of the process.
· The exception value for an unhandled exception that caused the process to terminate.



See Also

ExitProcess, ExitThread, TerminateProcess, WinMain


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

GetExitCodeProcess



Функция GetExitCodeProcess извлекает статус завершения определенного процесса.

BOOL GetExitCodeProcess(

РУЧКА hProcess, // оперируется в адрес процесса LPDWORD lpExitCode //, чтобы получать статус завершения
);


Параметры

hProcess

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

lpExitCode

Точки на 32- битовую переменную, чтобы получать статус завершения процесса.



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

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

Замечания

Если определенный процесс не завершился бы, возвращанный статус завершения - STILL_ACTIVE. Если процесс завершился бы, возвращанный статус завершения может быть одним из следующего:

Выходная величина определялась в ExitProcess или функция TerminateProcess.
Обратная величина с основы или функции WinMain процесса.
Исключительная величина для unhandled исключения, которое заставляло процесс, чтобы завершаться.



Смотри Также

ExitProcess, ExitThread, TerminateProcess, WinMain


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