aboutsummaryrefslogtreecommitdiff
path: root/src/balutil/inc/IBootstrapperApplication.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/balutil/inc/IBootstrapperApplication.h')
-rw-r--r--src/balutil/inc/IBootstrapperApplication.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/balutil/inc/IBootstrapperApplication.h b/src/balutil/inc/IBootstrapperApplication.h
index 7d710b26..01d0bb8a 100644
--- a/src/balutil/inc/IBootstrapperApplication.h
+++ b/src/balutil/inc/IBootstrapperApplication.h
@@ -465,7 +465,8 @@ DECLARE_INTERFACE_IID_(IBootstrapperApplication, IUnknown, "53C31D56-49C0-426B-A
465 // OnUnregisterBegin - called when the engine unregisters the bundle. 465 // OnUnregisterBegin - called when the engine unregisters the bundle.
466 // 466 //
467 STDMETHOD(OnUnregisterBegin)( 467 STDMETHOD(OnUnregisterBegin)(
468 __inout BOOL* pfCancel 468 __in BOOL fKeepRegistration,
469 __inout BOOL* pfForceKeepRegistration
469 ) = 0; 470 ) = 0;
470 471
471 // OnUnregisterComplete - called when the engine unregistration is complete. 472 // OnUnregisterComplete - called when the engine unregistration is complete.