NAME

ExitProcess  (KERNEL32.@)

SYNOPSIS

  ExitProcess
 (
  E                        xitProcess,
4  "pushl %ebp\n\t" ".byte 0x8B,
  0xEC\n\t" ".byte 0       x6A,
  0x00\n\t" ".byte 0       x68,
  0                        x00,
  0                        x00,
  0                        x00,
  0x00\n\t" "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

Declared in "appmodel.h". https://source.winehq.org/source/include/appmodel.h

Implemented in "dlls/kernel32/process.c". https://source.winehq.org/source/dlls/kernel32/process.c

Debug channel "process".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.