I need to make some clean up before closing my application, but SetConsoleCtrlHandler
doesn't seem to be available for Windows CE console applications.
Is there any alternative method for handling Ctrl+C
in Windows CE 6?
I need to make some clean up before closing my application, but SetConsoleCtrlHandler
doesn't seem to be available for Windows CE console applications.
Is there any alternative method for handling Ctrl+C
in Windows CE 6?