PAGE_READWRITE top-level constant

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

@Deprecated('Use PAGE_PROTECTION_FLAGS.PAGE_READWRITE instead')
const PAGE_READWRITE = 0x04;