PAGE_NOACCESS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTMMAPI_H

// Protection constants

#define PAGE_NOACCESS 0x01

#endif

View code on GitHub

No description available.