IoGetCurrentProcess function (wdm.h)

The IoGetCurrentProcess routine returns a pointer to the current process. Call PsGetCurrentProcess instead of IoGetCurrentProcess.

Syntax

PEPROCESS IoGetCurrentProcess();

Return value

IoGetCurrentProcess returns a pointer to the current process.

Remarks

This routine is identical to PsGetCurrentProcess.

#define PsGetCurrentProcess IoGetCurrentProcess

Requirements

Requirement Value
Minimum supported client Available in Windows 2000 and later versions of Windows.
Target Platform Universal
Header wdm.h (include Wdm.h, Ntddk.h, Ntifs.h)
Library NtosKrnl.lib
DLL NtosKrnl.exe
IRQL Any level

See also

PsGetCurrentThread