Click to Rate and Give Feedback
MSDN
MSDN Library
Windows Driver Kit
Reference
 IoGetCurrentProcess
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 November 19, 2009
© 2009 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker