diff options
Diffstat (limited to 'src/burn/engine/apply.h')
-rw-r--r-- | src/burn/engine/apply.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/burn/engine/apply.h b/src/burn/engine/apply.h index 548e147d..39580297 100644 --- a/src/burn/engine/apply.h +++ b/src/burn/engine/apply.h | |||
@@ -81,14 +81,11 @@ HRESULT ApplyCache( | |||
81 | __in BURN_VARIABLES* pVariables, | 81 | __in BURN_VARIABLES* pVariables, |
82 | __in BURN_PLAN* pPlan, | 82 | __in BURN_PLAN* pPlan, |
83 | __in HANDLE hPipe, | 83 | __in HANDLE hPipe, |
84 | __inout DWORD* pcOverallProgressTicks, | 84 | __in BURN_APPLY_CONTEXT* pContext |
85 | __inout BOOL* pfRollback | ||
86 | ); | 85 | ); |
87 | HRESULT ApplyExecute( | 86 | HRESULT ApplyExecute( |
88 | __in BURN_ENGINE_STATE* pEngineState, | 87 | __in BURN_ENGINE_STATE* pEngineState, |
89 | __in_opt HANDLE hCacheThread, | 88 | __in BURN_APPLY_CONTEXT* pApplyContext, |
90 | __inout DWORD* pcOverallProgressTicks, | ||
91 | __out BOOL* pfRollback, | ||
92 | __out BOOL* pfSuspend, | 89 | __out BOOL* pfSuspend, |
93 | __out BOOTSTRAPPER_APPLY_RESTART* pRestart | 90 | __out BOOTSTRAPPER_APPLY_RESTART* pRestart |
94 | ); | 91 | ); |