diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-08-03 15:41:53 -0500 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-08-04 10:03:57 -0500 |
commit | 9ae1c04d5fa02ac020885cdad7c592f7bb43d83e (patch) | |
tree | 2832850289c8b703fa39e5d1c97666331e2310b1 /src/burn/engine/elevation.h | |
parent | ce8acddf52bde840571535c3dfd56a2371d80684 (diff) | |
download | wix-9ae1c04d5fa02ac020885cdad7c592f7bb43d83e.tar.gz wix-9ae1c04d5fa02ac020885cdad7c592f7bb43d83e.tar.bz2 wix-9ae1c04d5fa02ac020885cdad7c592f7bb43d83e.zip |
Parse most of Burn command line parameters into BURN_ENGINE_COMMAND.
Diffstat (limited to 'src/burn/engine/elevation.h')
-rw-r--r-- | src/burn/engine/elevation.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/burn/engine/elevation.h b/src/burn/engine/elevation.h index fb2e9cb4..ad1141bb 100644 --- a/src/burn/engine/elevation.h +++ b/src/burn/engine/elevation.h | |||
@@ -16,9 +16,7 @@ HRESULT ElevationApplyInitialize( | |||
16 | __in HANDLE hPipe, | 16 | __in HANDLE hPipe, |
17 | __in BURN_USER_EXPERIENCE* pBA, | 17 | __in BURN_USER_EXPERIENCE* pBA, |
18 | __in BURN_VARIABLES* pVariables, | 18 | __in BURN_VARIABLES* pVariables, |
19 | __in BOOTSTRAPPER_ACTION action, | 19 | __in BURN_PLAN* pPlan |
20 | __in BURN_AU_PAUSE_ACTION auAction, | ||
21 | __in BOOL fTakeSystemRestorePoint | ||
22 | ); | 20 | ); |
23 | HRESULT ElevationApplyUninitialize( | 21 | HRESULT ElevationApplyUninitialize( |
24 | __in HANDLE hPipe | 22 | __in HANDLE hPipe |