diff options
Diffstat (limited to 'src/burn/engine/elevation.h')
-rw-r--r-- | src/burn/engine/elevation.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/burn/engine/elevation.h b/src/burn/engine/elevation.h index c2fa0627..3484057e 100644 --- a/src/burn/engine/elevation.h +++ b/src/burn/engine/elevation.h | |||
@@ -89,6 +89,15 @@ HRESULT ElevationExecuteRelatedBundle( | |||
89 | __in LPVOID pvContext, | 89 | __in LPVOID pvContext, |
90 | __out BOOTSTRAPPER_APPLY_RESTART* pRestart | 90 | __out BOOTSTRAPPER_APPLY_RESTART* pRestart |
91 | ); | 91 | ); |
92 | HRESULT ElevationExecuteBundlePackage( | ||
93 | __in HANDLE hPipe, | ||
94 | __in BURN_EXECUTE_ACTION* pExecuteAction, | ||
95 | __in BURN_VARIABLES* pVariables, | ||
96 | __in BOOL fRollback, | ||
97 | __in PFN_GENERICMESSAGEHANDLER pfnGenericExecuteProgress, | ||
98 | __in LPVOID pvContext, | ||
99 | __out BOOTSTRAPPER_APPLY_RESTART* pRestart | ||
100 | ); | ||
92 | HRESULT ElevationExecuteExePackage( | 101 | HRESULT ElevationExecuteExePackage( |
93 | __in HANDLE hPipe, | 102 | __in HANDLE hPipe, |
94 | __in BURN_EXECUTE_ACTION* pExecuteAction, | 103 | __in BURN_EXECUTE_ACTION* pExecuteAction, |