|
-
Jan 17th, 2000, 10:17 PM
#1
Thread Starter
New Member
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, 10:57 PM
#2
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.
-
Jan 17th, 2000, 11:06 PM
#3
Thread Starter
New Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|