I/O Manager Routines


Windows Driver Kit: Kernel-Mode Driver Architecture
IoGetCurrentProcess

The IoGetCurrentProcess routine returns a pointer to the current process.

PEPROCESS 
  IoGetCurrentProcess(
    VOID
    );

Parameters

None

Return Value

IoGetCurrentProcess returns a pointer to the current process.

Comments

This routine is identical to PsGetCurrentProcess.

Requirements

IRQL: Any level

Headers: Declared in Wdm.h. Include Wdm.h, Ntddk.h, or Ntifs.h.

See Also

PsGetCurrentThread


Send feedback on this topic
Built on October 01, 2009
Page view tracker