NtCurrentTeb - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// winnt.h

_TEB * NtCurrentTeb();

View the official Win32 API reference

NtDoc

No description available.

Win32 API reference (nf-winnt-ntcurrentteb)

NtCurrentTeb function

Description

The NtCurrentTeb routine returns a pointer to the Thread Environment Block (TEB) of the current thread.

Return value

A pointer to the thread environment block of the current thread.

See also

NtXxx Routines