PAGE_READWRITE

Constant PAGE_READWRITE 

Source
pub const PAGE_READWRITE: u32 = 4;
Expand description

Enables read-only or read/write access to the committed region of pages. If Data Execution Prevention is enabled, attempting to execute code in the committed region results in an access violation.