NtCurrentTeb32 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTWOW64_H
#if (PHNT_MODE != PHNT_MODE_KERNEL)
#ifdef _M_X64

#define NtCurrentTeb32() (Wow64CurrentGuestTeb())

#endif
#endif
#endif

View code on GitHub

No description available.