 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
erdem Guest
|
Posted: Mon Aug 14, 2006 9:10 am Post subject: cancelling shut down from a console application |
|
|
Hi,
I have a console program that handles events such as SHUTDOWN, LOGOFF.
I took the source code from
http://www.codeproject.com/win32/console_event_handling.asp
What I try to do after catching shutdown event is to be able to cancel
it.
Is there a windows function that cancels shut down, or is there any way
of doing it.
Thanks
Erdem |
|
| Back to top |
|
 |
Guest
|
Posted: Mon Aug 14, 2006 9:10 am Post subject: Re: cancelling shut down from a console application |
|
|
In windows CMD menu, it's "shutdown /a" -- No quotes..
/a means abort the shutdown process (if initiated by shutdown [/r] [/s]
[/t s] [/c])
Hope this helps.
erdem wrote:
| Quote: | Hi,
I have a console program that handles events such as SHUTDOWN, LOGOFF.
I took the source code from
http://www.codeproject.com/win32/console_event_handling.asp
What I try to do after catching shutdown event is to be able to cancel
it.
Is there a windows function that cancels shut down, or is there any way
of doing it.
Thanks
Erdem |
|
|
| Back to top |
|
 |
Guest
|
Posted: Mon Aug 14, 2006 9:10 am Post subject: Re: cancelling shut down from a console application |
|
|
In windows CMD menu, it's "shutdown /a" -- No quotes..
/a means abort the shutdown process (if initiated by shutdown [/r] [/s]
[/t s] [/c])
Hope this helps.
erdem wrote:
| Quote: | Hi,
I have a console program that handles events such as SHUTDOWN, LOGOFF.
I took the source code from
http://www.codeproject.com/win32/console_event_handling.asp
What I try to do after catching shutdown event is to be able to cancel
it.
Is there a windows function that cancels shut down, or is there any way
of doing it.
Thanks
Erdem |
|
|
| Back to top |
|
 |
erdem Guest
|
Posted: Tue Aug 15, 2006 9:10 am Post subject: Re: cancelling shut down from a console application |
|
|
Yeah,
it does not work because, the shutdown process has been started when I
call the shutdown -a by using ShellExecute.
It gives an error with the code 0xC0000142,
Thanks
Erdem |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|