MEM_PRESERVE_PLACEHOLDER top-level constant

  1. @Deprecated('Use UNMAP_VIEW_OF_FILE_FLAGS.MEM_PRESERVE_PLACEHOLDER instead')
int const MEM_PRESERVE_PLACEHOLDER

Frees an allocation back to a placeholder (after you've replaced a placeholder with a private allocation using VirtualAlloc2 or Virtual2AllocFromApp).

Implementation

@Deprecated('Use UNMAP_VIEW_OF_FILE_FLAGS.MEM_PRESERVE_PLACEHOLDER instead')
const MEM_PRESERVE_PLACEHOLDER = 0x00000002;