Microsoft DirectX 9.0

DbgTerminate

The DbgTerminate function cleans up the debug library. Ignored in retail builds.

Syntax

void DbgTerminate(void);

Remarks

Call this function if you call the DbgInitialise function.

See Also