GetCurrentProcess.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

GetCurrentProcess (KERNEL32.@)

SYNOPSIS

HANDLE GetCurrentProcess
 (
 )

DESCRIPTION

Get a handle to the current process.

PARAMS

None.

RETURNS

A handle representing the current process.

IMPLEMENTATION

Defined in "objbase.h".

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

Debug channel "process".