PAGE_EXECUTE_READWRITE top-level constant

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

Enables execute, read-only, or read/write access to the committed region of pages.

Implementation

@Deprecated('Use PAGE_PROTECTION_FLAGS.PAGE_EXECUTE_READWRITE instead')
const PAGE_EXECUTE_READWRITE = 0x40;