aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/elevation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/burn/engine/elevation.h')
-rw-r--r--src/burn/engine/elevation.h9
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 );
83HRESULT 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 );
83HRESULT ElevationExecuteExePackage( 92HRESULT ElevationExecuteExePackage(
84 __in HANDLE hPipe, 93 __in HANDLE hPipe,
85 __in BURN_EXECUTE_ACTION* pExecuteAction, 94 __in BURN_EXECUTE_ACTION* pExecuteAction,