Table of Contents

Method CrtSetDbgFlag

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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 int

New debug flag state.

Remarks

This is for debug purposes. CrtSetDbgFlag(0) allows to turn off debug output with heap manager information.