aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/elevation.h
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2022-05-03 15:30:50 -0500
committerSean Hall <r.sean.hall@gmail.com>2022-05-04 10:05:21 -0500
commit29f7e00586412163a20e298fbf84505f8a917425 (patch)
tree30257a3544f6982ded159443ebed0eb933f11a51 /src/burn/engine/elevation.h
parent41d2c12d60ee84cefc26ec99abb328701883c8f5 (diff)
downloadwix-29f7e00586412163a20e298fbf84505f8a917425.tar.gz
wix-29f7e00586412163a20e298fbf84505f8a917425.tar.bz2
wix-29f7e00586412163a20e298fbf84505f8a917425.zip
Only block shutdown during Apply.
Diffstat (limited to 'src/burn/engine/elevation.h')
-rw-r--r--src/burn/engine/elevation.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/burn/engine/elevation.h b/src/burn/engine/elevation.h
index 0dc189c5..d08d2edc 100644
--- a/src/burn/engine/elevation.h
+++ b/src/burn/engine/elevation.h
@@ -180,7 +180,8 @@ HRESULT ElevationChildPumpMessages(
180 __out HANDLE* phLock, 180 __out HANDLE* phLock,
181 __out BOOL* pfDisabledAutomaticUpdates, 181 __out BOOL* pfDisabledAutomaticUpdates,
182 __out DWORD* pdwChildExitCode, 182 __out DWORD* pdwChildExitCode,
183 __out BOOL* pfRestart 183 __out BOOL* pfRestart,
184 __out BOOL* pfApplying
184 ); 185 );
185HRESULT ElevationChildResumeAutomaticUpdates(); 186HRESULT ElevationChildResumeAutomaticUpdates();
186 187