ExitProcess (KERNEL32.@)
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 )
ExitProcess Shrinker depend on this particular ExitProcess implementation |
movl %esp,%ebp |
pushl $0 |
pushl $0 - 4 bytes immediate. |
Exits the current process.
status | [In] | Status code to exit with. |
Nothing.
Declared in "include/appmodel.h". gitlab.winehq.org/wine/wine/blob/master/include/appmodel.h
Implemented in "dlls/kernel32/process.c". gitlab.winehq.org/wine/wine/blob/master/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 Nov 2024.