PDA

Click to See Complete Forum and Search --> : Abort Windwos Shutdown


Neerad Mittal
Jan 17th, 2000, 09:17 PM
Can any body tell me how to abort the system shutdown based on the user action weather he or she wants to continue shutdown or cancel the windows shutdown.

I also require help on AbortSystemShutdown API - the parameter of this API is lpMachineName. What value is requird to pass to it.

------------------
Love , Neerad

Jan 17th, 2000, 09:57 PM
lpMachineName

Points to the null-terminated string that specifies the network name of the computer where the shutdown is to be stopped. If lpMachineName is NULL or points to an empty string, the function stops the shutdown on the local computer.

Neerad Mittal
Jan 17th, 2000, 10:06 PM
Thanks Babuger,
But i tried to pass null to the API AbortSystemShutDown it didn't work. What i want is How to terminate the shutdown on a local machine.

Any way Thanx a lot