Triggers program termination and DXUT cleanup.
VOID DXUTShutdown( int nExitCode );
No return value.
It is not necessary for the application to call this function, since the application lifespan is handled by the framework. However, the application can call this function to cleanly terminate the application process.
Header: Declared in Dxut.h.