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.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/engine/plan.h b/src/engine/plan.h
index 407c1d48..e9f3a341 100644
--- a/src/engine/plan.h
+++ b/src/engine/plan.h
@@ -477,6 +477,14 @@ HRESULT PlanExecutePackage(
477 __in BURN_VARIABLES* pVariables, 477 __in BURN_VARIABLES* pVariables,
478 __inout HANDLE* phSyncpointEvent 478 __inout HANDLE* phSyncpointEvent
479 ); 479 );
480HRESULT PlanDefaultRelatedBundleRequestState(
481 __in BOOTSTRAPPER_RELATION_TYPE commandRelationType,
482 __in BOOTSTRAPPER_RELATION_TYPE relatedBundleRelationType,
483 __in BOOTSTRAPPER_ACTION action,
484 __in VERUTIL_VERSION* pRegistrationVersion,
485 __in VERUTIL_VERSION* pRelatedBundleVersion,
486 __inout BOOTSTRAPPER_REQUEST_STATE* pRequestState
487 );
480HRESULT PlanRelatedBundlesBegin( 488HRESULT PlanRelatedBundlesBegin(
481 __in BURN_USER_EXPERIENCE* pUserExperience, 489 __in BURN_USER_EXPERIENCE* pUserExperience,
482 __in BURN_REGISTRATION* pRegistration, 490 __in BURN_REGISTRATION* pRegistration,