PsGetCurrentThread function (wdm.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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available starting with Windows 2000. |
Target Platform | Universal |
Header | wdm.h (include Wdm.h, Ntddk.h, Ntifs.h) |
Library | NtosKrnl.lib |
DLL | NtosKrnl.exe |
IRQL | Any level |