ExitProcess(3w)

NAME

ExitProcess (KERNEL32.@)

SYNOPSIS

ExitProcess
(
 E                        xitProcess, 4  "pushl %ebp" ".byte 0x8B,
 0xEC" ".byte 0       x6A,
 0x00" ".byte 0       x68,
 0                        x00,
 0                        x00,
 0                        x00,
 0x00" "pushl 8(%     ebp
)

PARAMS

ExitProcess Shrinker depend on this particular ExitProcess implementation

movl %esp,%ebp

pushl $0

pushl $0 - 4 bytes immediate.

DESCRIPTION

Exits the current process.

PARAMS

status [In] Status code to exit with.

RETURNS

Nothing.

IMPLEMENTATION

Defined in "winbase.h".

Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/kernel32/process.c".

Debug channel "process".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout