Method CrtSetDbgFlag
CrtSetDbgFlag(int)
Modifies the state of the debug flag to control the allocation behavior of the debug heap manager.
public static void CrtSetDbgFlag(int value)
Parameters
value
intNew debug flag state.
Remarks
This is for debug purposes. CrtSetDbgFlag(0) allows to turn off debug output with heap manager information.