HEAP_GENERATE_EXCEPTIONS top-level constant

int const HEAP_GENERATE_EXCEPTIONS

The system will raise an exception to indicate a function failure, such as an out-of-memory condition, instead of returning NULL.

Implementation

const HEAP_GENERATE_EXCEPTIONS = 0x00000004;