MEM_RESET top-level constant

  1. @Deprecated('Use VIRTUAL_ALLOCATION_TYPE.MEM_RESET instead')
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

@Deprecated('Use VIRTUAL_ALLOCATION_TYPE.MEM_RESET instead')
const MEM_RESET = 0x00080000;