PsGetCurrentProcessId 関数 (ntddk.h)

PsGetCurrentProcessId ルーチンは、現在のスレッドのプロセスを識別します。

構文

HANDLE PsGetCurrentProcessId();

戻り値

PsGetCurrentProcessId は、現在のスレッドのプロセスのプロセス ID を返します。

要件

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

こちらもご覧ください

IoGetCurrentProcess

PsGetCurrentProcess

PsGetCurrentThread

PsGetCurrentThreadId

PsSetCreateProcessNotifyRoutine

PsSetCreateThreadNotifyRoutine

PsSetLoadImageNotifyRoutine