GetExitCodeProcess.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

GetExitCodeProcess (KERNEL32.@)

SYNOPSIS

BOOL GetExitCodeProcess
 (
  HANDLE  hProcess,
  LPDWORD lpExitCode
 )

DESCRIPTION

Gets termination status of specified process.

PARAMS

hProcess [In] Handle to the process.

lpExitCode [Out] Address to receive termination status.

RETURNS

Success: TRUE

Failure: FALSE

IMPLEMENTATION

Defined in "winbase.h".

Implemented in "dlls/kernel32/process.c".

Debug channel "process".