Hello Gurus,
I have a Strange Problem. I am updating a counter on the disk by doing a Write to the Disk from a Windows Service in VC++ and i need to handle the case when the user restarts or shuts down the system. This is because sometimes shutdown screws up the counter value. So if i am able to handle shutdown or restart windows from Service i can do the necessary clean up in the Service and then exit the service and let the shutdown or restart to proceed.
Is it possible to do that?
Thank you
Kandukondein