PAGE_GUARD top-level constant
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
const PAGE_GUARD = 0x100;