ExitProcess

ExitProcess ends a process and all its threads.

Syntax

Copy
VOID ExitProcess(
    UINT uExitCode
);

Parameters

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

eRTOS 1.0 SDK

windows.h rtkrnl.lib

See Also