HEAP_CREATE_ENABLE_EXECUTE top-level constant

int const HEAP_CREATE_ENABLE_EXECUTE

All memory blocks that are allocated from this heap allow code execution, if the hardware enforces data execution prevention.

Implementation

const HEAP_CREATE_ENABLE_EXECUTE = 0x00040000;