IoGetCurrentProcess 関数 (wdm.h)

IoGetCurrentProcess ルーチンは、現在のプロセスへのポインターを返します。 IoGetCurrentProcess の代わりに PsGetCurrentProcess を呼び出します。

構文

PEPROCESS IoGetCurrentProcess();

戻り値

IoGetCurrentProcess は 、現在のプロセスへのポインターを返します。

注釈

このルーチンは PsGetCurrentProcess と同じです。

#define PsGetCurrentProcess IoGetCurrentProcess

要件

要件
サポートされている最小のクライアント Windows 2000 以降のバージョンの Windows で使用できます。
対象プラットフォーム ユニバーサル
Header wdm.h (Wdm.h、Ntddk.h、Ntifs.h を含む)
Library NtosKrnl.lib
[DLL] NtosKrnl.exe
IRQL 任意のレベル

こちらもご覧ください

PsGetCurrentThread