Microsoft DirectX 8.1 (C++)

DbgTerminate

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