Results 1 to 3 of 3

Thread: Abort Windwos Shutdown

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2000
    Location
    Delhi,Delhi,India
    Posts
    4

    Post

    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

  2. #2
    Guest

    Post

    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.

  3. #3

    Thread Starter
    New Member
    Join Date
    Jan 2000
    Location
    Delhi,Delhi,India
    Posts
    4

    Post

    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
  •  



Click Here to Expand Forum to Full Width