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

Declared in "winbase.h". https://source.winehq.org/source/include/winbase.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.