Showing archive results for December 27, 2013

Dec 27, 2013
Post comments count0
Post likes count1

Brief Q&A on the HeapEnableTerminationOnCorruption heap information flag

Raymond Chen

Question: What type of heaps are controlled by the flag? Answer: Any user-mode heap created by the function. This includes the process heap () but not the managed heap. Some components use under the hood. If so, then those heaps would also be affected. Question: What versions of Windows support ? Answer: The flag was introduced in Windows Vi...

Code