NAME

ExitProcess  (KERNEL32.@)

SYNOPSIS

 void ExitProcess
 (
  DWORD status
 )

DESCRIPTION

Exits the current process.

PARAMS

status [In] Status code to exit with.

RETURNS

Nothing.

IMPLEMENTATION

Defined in "winbase.h".

Implemented in "dlls/kernel/process.c". source.winehq.org/source/dlls/kernel/process.c

Debug channel "process".


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