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

Declared in "include/wine/test.h". gitlab.winehq.org/wine/wine/blob/master/include/wine/test.h

Implemented in "dlls/kernel32/process.c". gitlab.winehq.org/wine/wine/blob/master/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 Dec 2024.