We have an application that is supposed to run as a service. When someone shuts down the computer, the app is supposed to save the contents of the screen into a file so it can be loaded back up when the computer comes back on.
So my question is, does shuting down the computer send a WM_DESTROY message to the program if it is being run as a service? If not, why not?
Thanks!
So my question is, does shuting down the computer send a WM_DESTROY message to the program if it is being run as a service? If not, why not?
Thanks!
Comment