Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 379 Bytes

ntcurrentthread.md

File metadata and controls

5 lines (4 loc) · 379 Bytes

This macro is a native equivalent of the GetCurrentThread function. It returns a pseudo-handle that grants THREAD_ALL_ACCESS to the current thread. You do not need to call NtClose on the returned handle.

See also

  • NtCurrentProcess
  • RtlIsCurrentThread