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.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/api/burn/balutil/inc/IBootstrapperApplication.h b/src/api/burn/balutil/inc/IBootstrapperApplication.h
index c9cf3126..6174c290 100644
--- a/src/api/burn/balutil/inc/IBootstrapperApplication.h
+++ b/src/api/burn/balutil/inc/IBootstrapperApplication.h
@@ -714,4 +714,13 @@ DECLARE_INTERFACE_IID_(IBootstrapperApplication, IUnknown, "53C31D56-49C0-426B-A
714 __in HRESULT hrRecommended, 714 __in HRESULT hrRecommended,
715 __inout HRESULT* phrStatus 715 __inout HRESULT* phrStatus
716 ) = 0; 716 ) = 0;
717
718 // OnExecuteProcessCancel - called when a package that spawned a process is cancelled.
719 //
720 STDMETHOD(OnExecuteProcessCancel)(
721 __in_z LPCWSTR wzPackageId,
722 __in DWORD dwProcessId,
723 __in BOOTSTRAPPER_EXECUTEPROCESSCANCEL_ACTION recommendation,
724 __inout BOOTSTRAPPER_EXECUTEPROCESSCANCEL_ACTION* pAction
725 ) = 0;
717}; 726};