Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
KeGetCurrentThread function (wdm.h)
The KeGetCurrentThread routine identifies the current thread.
Syntax
PKTHREAD KeGetCurrentThread();
Return value
KeGetCurrentThread returns a pointer to an opaque thread object.
Remarks
This routine is identical to PsGetCurrentThread.
A caller of KeGetCurrentThread can use the returned pointer as an input parameter to KeQueryPriorityThread, KeSetBasePriorityThread, or KeSetPriorityThread. However, the memory containing the thread object is opaque; that is, it is reserved for exclusive use by the operating system.
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 |
See also
Feedback
Was this page helpful?
