aboutsummaryrefslogtreecommitdiff
path: root/src/engine/plan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/plan.h')
-rw-r--r--src/engine/plan.h13
1 files changed, 4 insertions, 9 deletions
diff --git a/src/engine/plan.h b/src/engine/plan.h
index 77f82e1f..0024b0aa 100644
--- a/src/engine/plan.h
+++ b/src/engine/plan.h
@@ -411,8 +411,7 @@ HRESULT PlanPackages(
411 __in BURN_VARIABLES* pVariables, 411 __in BURN_VARIABLES* pVariables,
412 __in BOOTSTRAPPER_DISPLAY display, 412 __in BOOTSTRAPPER_DISPLAY display,
413 __in BOOTSTRAPPER_RELATION_TYPE relationType, 413 __in BOOTSTRAPPER_RELATION_TYPE relationType,
414 __in_z_opt LPCWSTR wzLayoutDirectory, 414 __in_z_opt LPCWSTR wzLayoutDirectory
415 __inout HANDLE* phSyncpointEvent
416 ); 415 );
417HRESULT PlanRegistration( 416HRESULT PlanRegistration(
418 __in BURN_PLAN* pPlan, 417 __in BURN_PLAN* pPlan,
@@ -428,8 +427,7 @@ HRESULT PlanPassThroughBundle(
428 __in BURN_LOGGING* pLog, 427 __in BURN_LOGGING* pLog,
429 __in BURN_VARIABLES* pVariables, 428 __in BURN_VARIABLES* pVariables,
430 __in BOOTSTRAPPER_DISPLAY display, 429 __in BOOTSTRAPPER_DISPLAY display,
431 __in BOOTSTRAPPER_RELATION_TYPE relationType, 430 __in BOOTSTRAPPER_RELATION_TYPE relationType
432 __inout HANDLE* phSyncpointEvent
433 ); 431 );
434HRESULT PlanUpdateBundle( 432HRESULT PlanUpdateBundle(
435 __in BURN_USER_EXPERIENCE* pUX, 433 __in BURN_USER_EXPERIENCE* pUX,
@@ -438,8 +436,7 @@ HRESULT PlanUpdateBundle(
438 __in BURN_LOGGING* pLog, 436 __in BURN_LOGGING* pLog,
439 __in BURN_VARIABLES* pVariables, 437 __in BURN_VARIABLES* pVariables,
440 __in BOOTSTRAPPER_DISPLAY display, 438 __in BOOTSTRAPPER_DISPLAY display,
441 __in BOOTSTRAPPER_RELATION_TYPE relationType, 439 __in BOOTSTRAPPER_RELATION_TYPE relationType
442 __inout HANDLE* phSyncpointEvent
443 ); 440 );
444HRESULT PlanLayoutPackage( 441HRESULT PlanLayoutPackage(
445 __in BURN_PLAN* pPlan, 442 __in BURN_PLAN* pPlan,
@@ -475,7 +472,6 @@ HRESULT PlanRelatedBundlesComplete(
475 __in BURN_PLAN* pPlan, 472 __in BURN_PLAN* pPlan,
476 __in BURN_LOGGING* pLog, 473 __in BURN_LOGGING* pLog,
477 __in BURN_VARIABLES* pVariables, 474 __in BURN_VARIABLES* pVariables,
478 __inout HANDLE* phSyncpointEvent,
479 __in DWORD dwExecuteActionEarlyIndex 475 __in DWORD dwExecuteActionEarlyIndex
480 ); 476 );
481HRESULT PlanFinalizeActions( 477HRESULT PlanFinalizeActions(
@@ -488,8 +484,7 @@ HRESULT PlanCleanPackage(
488HRESULT PlanExecuteCacheSyncAndRollback( 484HRESULT PlanExecuteCacheSyncAndRollback(
489 __in BURN_PLAN* pPlan, 485 __in BURN_PLAN* pPlan,
490 __in BURN_PACKAGE* pPackage, 486 __in BURN_PACKAGE* pPackage,
491 __in HANDLE hCacheEvent, 487 __in HANDLE hCacheEvent
492 __in BOOL fPlanPackageCacheRollback
493 ); 488 );
494HRESULT PlanExecuteCheckpoint( 489HRESULT PlanExecuteCheckpoint(
495 __in BURN_PLAN* pPlan 490 __in BURN_PLAN* pPlan