PAGE_GUARD top-level constant

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

Pages in the region become guard pages. Any attempt to access a guard page causes the system to raise a STATUS_GUARD_PAGE_VIOLATION exception and turn off the guard page status. Guard pages thus act as a one-time access alarm.

Implementation

@Deprecated('Use PAGE_PROTECTION_FLAGS.PAGE_GUARD instead')
const PAGE_GUARD = 0x100;