GetCurrentProcess function kernel32
Retrieves a pseudo handle for the current process.
To learn more, see learn.microsoft.com/windows/win32/api/processthreadsapi/nf-processthreadsapi-getcurrentprocess.
Implementation
@pragma('vm:prefer-inline')
HANDLE GetCurrentProcess() => HANDLE(_GetCurrentProcess());