summaryrefslogtreecommitdiff
path: root/src/api/burn/balutil/inc/IBootstrapperApplication.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/burn/balutil/inc/IBootstrapperApplication.h')
-rw-r--r--src/api/burn/balutil/inc/IBootstrapperApplication.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/api/burn/balutil/inc/IBootstrapperApplication.h b/src/api/burn/balutil/inc/IBootstrapperApplication.h
index 640f609d..5932c06e 100644
--- a/src/api/burn/balutil/inc/IBootstrapperApplication.h
+++ b/src/api/burn/balutil/inc/IBootstrapperApplication.h
@@ -691,4 +691,12 @@ DECLARE_INTERFACE_IID_(IBootstrapperApplication, IUnknown, "53C31D56-49C0-426B-A
691 __in_z_opt LPCWSTR wzPreviousPackageId, 691 __in_z_opt LPCWSTR wzPreviousPackageId,
692 __in_z_opt LPCWSTR wzNewPackageId 692 __in_z_opt LPCWSTR wzNewPackageId
693 ) = 0; 693 ) = 0;
694
695 // OnPlanRestoreRelatedBundle - called when the engine begins planning an upgrade related bundle for restoring in case of failure.
696 STDMETHOD(OnPlanRestoreRelatedBundle)(
697 __in_z LPCWSTR wzBundleId,
698 __in BOOTSTRAPPER_REQUEST_STATE recommendedState,
699 __inout BOOTSTRAPPER_REQUEST_STATE* pRequestedState,
700 __inout BOOL* pfCancel
701 ) = 0;
694}; 702};