PAGE_READONLY top-level constant

int const PAGE_READONLY

Enables read-only access to the committed region of pages. An attempt to write to the committed region results in an access violation. If Data Execution Prevention is enabled, an attempt to execute code in the committed region results in an access violation.

Implementation

const PAGE_READONLY = 0x02;