GetCurrentProcess
Jump to navigation
Jump to search
Description
Retrieves a pseudo handle for the current process.
Syntax
HANDLE WINAPI GetCurrentProcess(void);
Parameters
This function has no parameters.
Return value
The return value is a pseudo handle to the current process.
DLL
- Kernel32.dll