NAME

KERNEL32_GetCurrentProcess  (KERNEL32.@)

SYNOPSIS

 HANDLE KERNEL32_GetCurrentProcess
 (
 )

DESCRIPTION

Get a handle to the current process.

PARAMS

None.

RETURNS

A handle representing the current process.

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.

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.