#ifndef _NTMMAPI_H
//
// Memory Protection Constants
//
#define PAGE_NOACCESS 0x01 // Disables all access to the committed region of pages. An attempt to read from, write to, or execute the committed region results in an access violation.
View code on GitHub
No description available.