diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2022-09-02 16:12:42 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2022-09-03 15:29:26 -0500 |
commit | 237bdc6a97c0dd455da99c16e6b3b7cac4c79e86 (patch) | |
tree | 1f2c789a7aa752e068fac8a4ca08815d13bf527a /src/burn/engine/elevation.h | |
parent | 7728e34e48a4fdb710ecc92dd8dca833bff3993f (diff) | |
download | wix-237bdc6a97c0dd455da99c16e6b3b7cac4c79e86.tar.gz wix-237bdc6a97c0dd455da99c16e6b3b7cac4c79e86.tar.bz2 wix-237bdc6a97c0dd455da99c16e6b3b7cac4c79e86.zip |
Add WixCanRestart and make wixstdba elevate for restart when required.
Fixes 5499
Diffstat (limited to 'src/burn/engine/elevation.h')
-rw-r--r-- | src/burn/engine/elevation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/burn/engine/elevation.h b/src/burn/engine/elevation.h index 0d15b470..810287a3 100644 --- a/src/burn/engine/elevation.h +++ b/src/burn/engine/elevation.h | |||
@@ -10,6 +10,7 @@ extern "C" { | |||
10 | // Parent (per-user process) side functions. | 10 | // Parent (per-user process) side functions. |
11 | HRESULT ElevationElevate( | 11 | HRESULT ElevationElevate( |
12 | __in BURN_ENGINE_STATE* pEngineState, | 12 | __in BURN_ENGINE_STATE* pEngineState, |
13 | __in WM_BURN reason, | ||
13 | __in_opt HWND hwndParent | 14 | __in_opt HWND hwndParent |
14 | ); | 15 | ); |
15 | HRESULT ElevationApplyInitialize( | 16 | HRESULT ElevationApplyInitialize( |