GetCurrentProcess function kernel32

int GetCurrentProcess()

Retrieves a pseudo handle for the current process.

HANDLE GetCurrentProcess();

Implementation

int GetCurrentProcess() => _GetCurrentProcess();