PAGE_READWRITE top-level constant
int
const PAGE_READWRITE
Enables read-only or read/write access to the committed region of pages. If Data Execution Prevention is enabled, attempting to execute code in the committed region results in an access violation.
Implementation
const PAGE_READWRITE = 0x04;