Skip to main content

PAGE_EXECUTE_READ

Constant PAGE_EXECUTE_READ 

Source
pub const PAGE_EXECUTE_READ: u32 = 32;
Expand description

Enables execute or read-only access to the committed region of pages. An attempt to write to the committed region results in an access violation.