XCPT_GUARD_PAGE_VIOLATION
Guard Page Violation
A guard page violation exception is generated when an attempt is made to
load or store data in a location that is contained within a guard page.
Memory management software immediately turns the guard page into a demand
zero page and initiates a guard page violation exception.
Exception Code:
XCPT_GUARD_PAGE_VIOLATION (0x800001)
Default Action:
Execution
continues. If possible, the memory page immediately below the guard page
is allocated and marked as a guard page. The higher guard page is marked
to no longer be a guard page, and the instruction is restarted. This allows
for dynamic stack growth. If it is not possible to allocate another page
below the faulting page, an XCPT_UNABLE_TO_GROW_STACK exception is raised.
This exception is continuable.
Additional Parameters
(2):