USER_SHARED_DATA - NtDoc

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

#define USER_SHARED_DATA ((KUSER_SHARED_DATA * const)0x7ffe0000)

#endif
#endif

View code on GitHub

No description available.