aboutsummaryrefslogtreecommitdiff
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 98b88f44..51f58ec7 100644
--- a/src/api/burn/balutil/inc/IBootstrapperApplication.h
+++ b/src/api/burn/balutil/inc/IBootstrapperApplication.h
@@ -160,6 +160,14 @@ DECLARE_INTERFACE_IID_(IBootstrapperApplication, IUnknown, "53C31D56-49C0-426B-A
160 __inout BOOL* pfCancel 160 __inout BOOL* pfCancel
161 ) = 0; 161 ) = 0;
162 162
163 // OnPlanRollbackBoundary - called when the engine is planning a rollback boundary.
164 STDMETHOD(OnPlanRollbackBoundary)(
165 __in_z LPCWSTR wzRollbackBoundaryId,
166 __in BOOL fRecommendedTransaction,
167 __inout BOOL* pfTransaction,
168 __inout BOOL* pfCancel
169 ) = 0;
170
163 // OnPlanPackageBegin - called when the engine has begun getting the BA's input 171 // OnPlanPackageBegin - called when the engine has begun getting the BA's input
164 // for planning a package. 172 // for planning a package.
165 STDMETHOD(OnPlanPackageBegin)( 173 STDMETHOD(OnPlanPackageBegin)(