PsGetCurrentThread function (ntifs.h)

The PsGetCurrentThread routine identifies the current thread.

Syntax

PETHREAD PsGetCurrentThread();

Return value

PsGetCurrentThread returns a pointer to the executive thread object that represents the currently executing thread.

Remarks

This macro

Requirements

Requirement Value
Minimum supported client Windows 2000.
Target Platform Universal
Header ntifs.h (include Wdm.h, Ntddk.h, Ntifs.h)
Library NtosKrnl.lib
DLL NtosKrnl.exe
IRQL Any level

See also

KeGetCurrentThread

PsCreateSystemThread

PsGetCurrentProcess

PsGetCurrentProcessId

PsIsSystemThread