PAGE_EXECUTE_READ top-level constant

  1. @Deprecated('Use PAGE_PROTECTION_FLAGS.PAGE_EXECUTE_READ instead')
int const PAGE_EXECUTE_READ

Enables execute or read-only access to the committed region of pages. An attempt to write to the committed region results in an access violation.

Implementation

@Deprecated('Use PAGE_PROTECTION_FLAGS.PAGE_EXECUTE_READ instead')
const PAGE_EXECUTE_READ = 0x20;