// winnt.h
_TEB * NtCurrentTeb();
View the official Win32 API reference
No description available.
The NtCurrentTeb routine returns a pointer to the Thread Environment Block (TEB) of the current thread.
A pointer to the thread environment block of the current thread.