Hello,
Is ID obtained with PsGetCurrentThreadId() unique in system wide?
Or, is it unique in process wide?
Thanks.
Hello,
Is ID obtained with PsGetCurrentThreadId() unique in system wide?
Or, is it unique in process wide?
Thanks.
Every thread in the system has its own unique thread ID under Windows, and PsGetCurrentThreadId() return this ID…
Anton Bassov