ExitProcess.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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/kernel32/process.c".

Debug channel "process".