diff options
Diffstat (limited to 'src/engine/apply.h')
| -rw-r--r-- | src/engine/apply.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/engine/apply.h b/src/engine/apply.h index 00e1fceb..548e147d 100644 --- a/src/engine/apply.h +++ b/src/engine/apply.h | |||
| @@ -72,7 +72,6 @@ HRESULT ApplyRegister( | |||
| 72 | HRESULT ApplyUnregister( | 72 | HRESULT ApplyUnregister( |
| 73 | __in BURN_ENGINE_STATE* pEngineState, | 73 | __in BURN_ENGINE_STATE* pEngineState, |
| 74 | __in BOOL fFailedOrRollback, | 74 | __in BOOL fFailedOrRollback, |
| 75 | __in BOOL fRollback, | ||
| 76 | __in BOOL fSuspend, | 75 | __in BOOL fSuspend, |
| 77 | __in BOOTSTRAPPER_APPLY_RESTART restart | 76 | __in BOOTSTRAPPER_APPLY_RESTART restart |
| 78 | ); | 77 | ); |
| @@ -83,13 +82,12 @@ HRESULT ApplyCache( | |||
| 83 | __in BURN_PLAN* pPlan, | 82 | __in BURN_PLAN* pPlan, |
| 84 | __in HANDLE hPipe, | 83 | __in HANDLE hPipe, |
| 85 | __inout DWORD* pcOverallProgressTicks, | 84 | __inout DWORD* pcOverallProgressTicks, |
| 86 | __out BOOL* pfRollback | 85 | __inout BOOL* pfRollback |
| 87 | ); | 86 | ); |
| 88 | HRESULT ApplyExecute( | 87 | HRESULT ApplyExecute( |
| 89 | __in BURN_ENGINE_STATE* pEngineState, | 88 | __in BURN_ENGINE_STATE* pEngineState, |
| 90 | __in_opt HANDLE hCacheThread, | 89 | __in_opt HANDLE hCacheThread, |
| 91 | __inout DWORD* pcOverallProgressTicks, | 90 | __inout DWORD* pcOverallProgressTicks, |
| 92 | __inout BOOL* pfKeepRegistration, | ||
| 93 | __out BOOL* pfRollback, | 91 | __out BOOL* pfRollback, |
| 94 | __out BOOL* pfSuspend, | 92 | __out BOOL* pfSuspend, |
| 95 | __out BOOTSTRAPPER_APPLY_RESTART* pRestart | 93 | __out BOOTSTRAPPER_APPLY_RESTART* pRestart |
