PAGE_NOACCESS top-level constant

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

const PAGE_NOACCESS = 0x01;