#ifndef _NTMMAPI_H
#define PAGE_EXECUTE_READ 0x20          // Enables execute or read-only access to the committed region of pages. An attempt to write to the committed region results in an access violation.
View code on GitHubNo description available.