PAGE_EXECUTE top-level constant
int
const PAGE_EXECUTE
Enables execute access to the committed region of pages. An attempt to write to the committed region results in an access violation.
Implementation
const PAGE_EXECUTE = 0x10;