Click here to Skip to main content
15,895,988 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Renaming file in C++ failing Pin
StrayGrey22-Oct-09 5:10
StrayGrey22-Oct-09 5:10 
QuestionDelaying Shutdown through windows service and executing scripts ? Pin
Kushagra Tiwari22-Oct-09 2:45
Kushagra Tiwari22-Oct-09 2:45 
QuestionRe: Delaying Shutdown through windows service and executing scripts ? Pin
David Crow22-Oct-09 3:02
David Crow22-Oct-09 3:02 
QuestionRe: Delaying Shutdown through windows service and executing scripts ? Pin
Randor 22-Oct-09 3:08
professional Randor 22-Oct-09 3:08 
GeneralRe: Delaying Shutdown through windows service and executing scripts ? Pin
Kushagra Tiwari22-Oct-09 3:24
Kushagra Tiwari22-Oct-09 3:24 
QuestionRe: Delaying Shutdown through windows service and executing scripts ? Pin
Randor 22-Oct-09 3:30
professional Randor 22-Oct-09 3:30 
AnswerRe: Delaying Shutdown through windows service and executing scripts ? Pin
Kushagra Tiwari22-Oct-09 3:39
Kushagra Tiwari22-Oct-09 3:39 
GeneralRe: Delaying Shutdown through windows service and executing scripts ? Pin
Randor 22-Oct-09 3:49
professional Randor 22-Oct-09 3:49 
Hi Kushagra,

This means that you will need to conditionally delay the shutdown based on what operating system the service is running on. There have been some changes in how a shutdown works in Vista and above. These changes are documented here:

Application Shutdown Changes in Windows Vista[^]

I would suggest creating a hidden window in each interactive logon session and returning FALSE when the window recieves a WM_QUERYENDSESSION message. On Vista and above you will need to call ShutdownBlockReasonCreate before returning FALSE to the WM_QUERYENDSESSION message.

Best Wishes,
-David Delaune
AnswerRe: Delaying Shutdown through windows service and executing scripts ? Pin
Kushagra Tiwari22-Oct-09 3:47
Kushagra Tiwari22-Oct-09 3:47 
AnswerRe: Delaying Shutdown through windows service and executing scripts ? Pin
Covean22-Oct-09 3:42
Covean22-Oct-09 3:42 
GeneralRe: Delaying Shutdown through windows service and executing scripts ? Pin
Kushagra Tiwari22-Oct-09 3:48
Kushagra Tiwari22-Oct-09 3:48 
QuestionRe: Delaying Shutdown through windows service and executing scripts ? Pin
David Crow22-Oct-09 4:01
David Crow22-Oct-09 4:01 
AnswerRe: Delaying Shutdown through windows service and executing scripts ? Pin
Covean22-Oct-09 4:08
Covean22-Oct-09 4:08 
QuestionRe: Delaying Shutdown through windows service and executing scripts ? [modified] Pin
Kushagra Tiwari22-Oct-09 5:11
Kushagra Tiwari22-Oct-09 5:11 
AnswerRe: Delaying Shutdown through windows service and executing scripts ? [modified] Pin
Covean22-Oct-09 5:50
Covean22-Oct-09 5:50 
GeneralRe: Delaying Shutdown through windows service and executing scripts ? Pin
Kushagra Tiwari22-Oct-09 6:46
Kushagra Tiwari22-Oct-09 6:46 
QuestionRe: Delaying Shutdown through windows service and executing scripts ? Pin
Kushagra Tiwari22-Oct-09 21:10
Kushagra Tiwari22-Oct-09 21:10 
GeneralRe: Delaying Shutdown through windows service and executing scripts ? Pin
Kushagra Tiwari22-Oct-09 23:29
Kushagra Tiwari22-Oct-09 23:29 
GeneralRe: Delaying Shutdown through windows service and executing scripts ? Pin
Covean23-Oct-09 0:31
Covean23-Oct-09 0:31 
GeneralRe: Delaying Shutdown through windows service and executing scripts ? Pin
Kushagra Tiwari23-Oct-09 0:39
Kushagra Tiwari23-Oct-09 0:39 
QuestionRe: Delaying Shutdown through windows service and executing scripts ? Pin
Kushagra Tiwari23-Oct-09 2:12
Kushagra Tiwari23-Oct-09 2:12 
AnswerRe: Delaying Shutdown through windows service and executing scripts ? Pin
Covean23-Oct-09 2:40
Covean23-Oct-09 2:40 
GeneralRe: Delaying Shutdown through windows service and executing scripts ? Pin
Kushagra Tiwari23-Oct-09 3:01
Kushagra Tiwari23-Oct-09 3:01 
QuestionRe: Delaying Shutdown through windows service and executing scripts ? Pin
Kushagra Tiwari26-Oct-09 1:28
Kushagra Tiwari26-Oct-09 1:28 
AnswerRe: Delaying Shutdown through windows service and executing scripts ? Pin
Covean26-Oct-09 4:05
Covean26-Oct-09 4:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.