MEM_RESET top-level constant

int const MEM_RESET

Indicates that data in the memory range specified by lpAddress and dwSize is no longer of interest. The pages should not be read from or written to the paging file. However, the memory block will be used again later, so it should not be decommitted. This value cannot be used with any other value.

Implementation

const MEM_RESET = 0x00080000;