ExitProcess
ExitProcess ends a process and all its threads.
Syntax
VOID ExitProcess(
[in, optional] UINT uExitCode
);
Parameters
[in, optional] uExitCode
Ignored.
Return Value
This function does not return a value.
Remarks
ExitProcess, ExitThread, CreateThread, and a process that is starting are serialized between each other within a process. Only one of these events can occur in an address space at a time.
Requirements
| Minimum supported version | Header | Library |
|---|---|---|
|
wRTOS 1.0 SDK |
windows.h |
wRTOS_rtss.lib |
See Also