PAGE_NOACCESS top-level constant

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

Disables all access to the committed region of pages. An attempt to read from, write to, or execute the committed region results in an access violation.

Implementation

@Deprecated('Use PAGE_PROTECTION_FLAGS.PAGE_NOACCESS instead')
const PAGE_NOACCESS = 0x01;