vote up 0 vote down star

I have a console application. In XP, I can use SetConsoleCtrlHandler() to register a callback that receives CTRL_LOGOFF_EVENT, CTRL_C_EVENT and a few others. It works great. When the callback is called I can cleanup before I return from the call. Problem is, SetConsoleCtrlHanlder() is not supported in Vista. Now what?

flag

1 Answer

vote up 0 vote down

SetConsoleCtrlHandler has worked just fine for me on Vista, and there's no indication on its MSDN page that it shouldn't.

Are you having difficulty getting the same code to work on a Vista system? If so, what failure mode / error codes are you seeing?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.