IoGetCurrentProcess

From aldeid
Jump to navigation Jump to search

Description

The IoGetCurrentProcess routine returns a pointer to the current process (i.e. the EPROCESS structure of the process).

Syntax

PEPROCESS  IoGetCurrentProcess(void);

Parameters

This routine has no parameters.

Return value

IoGetCurrentProcess returns a pointer to the current process.