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 ad1141bb..0e63c687 100644 --- a/src/burn/engine/elevation.h +++ b/src/burn/engine/elevation.h | |||
@@ -80,6 +80,15 @@ HRESULT ElevationProcessDependentRegistration( | |||
80 | __in HANDLE hPipe, | 80 | __in HANDLE hPipe, |
81 | __in const BURN_DEPENDENT_REGISTRATION_ACTION* pAction | 81 | __in const BURN_DEPENDENT_REGISTRATION_ACTION* pAction |
82 | ); | 82 | ); |
83 | HRESULT ElevationExecuteRelatedBundle( | ||
84 | __in HANDLE hPipe, | ||
85 | __in BURN_EXECUTE_ACTION* pExecuteAction, | ||
86 | __in BURN_VARIABLES* pVariables, | ||
87 | __in BOOL fRollback, | ||
88 | __in PFN_GENERICMESSAGEHANDLER pfnGenericMessageHandler, | ||
89 | __in LPVOID pvContext, | ||
90 | __out BOOTSTRAPPER_APPLY_RESTART* pRestart | ||
91 | ); | ||
83 | HRESULT ElevationExecuteExePackage( | 92 | HRESULT ElevationExecuteExePackage( |
84 | __in HANDLE hPipe, | 93 | __in HANDLE hPipe, |
85 | __in BURN_EXECUTE_ACTION* pExecuteAction, | 94 | __in BURN_EXECUTE_ACTION* pExecuteAction, |