PAGE_NOACCESS

Constant PAGE_NOACCESS 

Source
pub const PAGE_NOACCESS: u32 = 1;
Expand description

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.