Hey there,
How do I get the ID of the currently executing thread in my kernel mode driver? I just need a way to tell threads apart for debug output.
Cheers,
BJW
PsGetCurrentThreadId()
–
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
http://www.windrvr.com
Remove StopSpam from the email to reply
wrote in message news:xxxxx@ntdev…
> Hey there,
> How do I get the ID of the currently executing thread in my kernel mode
> driver? I just need a way to tell threads apart for debug output.
> Cheers,
> BJW
>