Hi,
I have an application which when I close the Windows, it exits gracefully and quickly (checked also in Task Manager and Process Explorer - the process isn't there anymore) but the OS doesn't. It seems that OS just ignores the Shutdown.
But if I try to close once more the Windows, now everything is ok. The system shuts down in a very normal way.
- Why?
- How can I fix this?
Details about my app:
- multithreaded
- has a tray icon
- doesn't do any special processing of WM_QUERYENDSESSION (or similar) OS messages
- doesn't have any special driver, DLL hook etc.
Any ideas how to fix it?
PS: I'm at your disposition with and further details upon request