Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
How do you detect a shutdown in C++?
I have some software called Multimedia Fusion 2 that is used to make games, applications, screen savers, etc. You can write extensions for it in C++. I want to create an extension that detects shutdown then allows you do an action when the shutdown has been detected. Can anyone help please?
Here is a link for more information about Multimedia Fusion 2 (I have the middle level product): http://www.clickteam.com/website/usa/
2 Answers
- Nick TLv 710 years agoFavorite Answer
You need to set a notification call back or message handler for the WM_SHUTDOWN Message.
- 10 years ago
You could try to make a system call, that is system() function from windows.h, and use shutdown command and use some of its options. Try to look into that.