PAGE_READONLY top-level constant

  1. @Deprecated('Use PAGE_PROTECTION_FLAGS.PAGE_READONLY instead')
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

@Deprecated('Use PAGE_PROTECTION_FLAGS.PAGE_READONLY instead')
const PAGE_READONLY = 0x02;