MEM_PRIVATE top-level constant
int
const MEM_PRIVATE
Indicates that the memory pages within the region are private (that is, not shared by other processes).
Implementation
const MEM_PRIVATE = 0x00020000;