Question: What type of heaps are controlled by the HeapEnableTerminationOnCorruption flag?
Answer: Any user-mode heap created by the HeapCreate function. This includes the process heap (GetProcessHeap) but not the managed heap. Some components use HeapCreate under the hood. If so, then those heaps ...