 |
ExitProcess Add comment W32 Constants Translate this page |
 |
 |
|
The ExitProcess function ends a process and all its threads. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
VOID ExitProcess(
UINT uExitCode // exit code for all threads
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE ExitProcess IN kernel32 INTEGER uExitCode
|
 |
 |
 |
| Parameters: |
 |
uExitCode
[in] Specifies the exit code for the process, and for all threads that are terminated as a result of this call. |
 |
 |
| Return value: |
 |
| This function does not return a value. |
 |
 |
| My comment: |
 |
Use the GetExitCodeProcess function to retrieve the process"s exit value. Use the GetExitCodeThread function to retrieve a thread"s exit value.
|
 |
 |
| Word Index links for the ExitProcess : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-08-03 12:00:00 | | Modified: | 2001-11-26 16:02:58 | Visited in last 7 days: 23 |