diff options
Diffstat (limited to 'src/api/burn/balutil/inc/IBootstrapperApplication.h')
-rw-r--r-- | src/api/burn/balutil/inc/IBootstrapperApplication.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/api/burn/balutil/inc/IBootstrapperApplication.h b/src/api/burn/balutil/inc/IBootstrapperApplication.h index 6174c290..a4840228 100644 --- a/src/api/burn/balutil/inc/IBootstrapperApplication.h +++ b/src/api/burn/balutil/inc/IBootstrapperApplication.h | |||
@@ -723,4 +723,14 @@ DECLARE_INTERFACE_IID_(IBootstrapperApplication, IUnknown, "53C31D56-49C0-426B-A | |||
723 | __in BOOTSTRAPPER_EXECUTEPROCESSCANCEL_ACTION recommendation, | 723 | __in BOOTSTRAPPER_EXECUTEPROCESSCANCEL_ACTION recommendation, |
724 | __inout BOOTSTRAPPER_EXECUTEPROCESSCANCEL_ACTION* pAction | 724 | __inout BOOTSTRAPPER_EXECUTEPROCESSCANCEL_ACTION* pAction |
725 | ) = 0; | 725 | ) = 0; |
726 | |||
727 | // OnDetectRelatedBundlePackage - called when the engine detects a related bundle for a BundlePackage. | ||
728 | STDMETHOD(OnDetectRelatedBundlePackage)( | ||
729 | __in_z LPCWSTR wzPackageId, | ||
730 | __in_z LPCWSTR wzBundleId, | ||
731 | __in BOOTSTRAPPER_RELATION_TYPE relationType, | ||
732 | __in BOOL fPerMachine, | ||
733 | __in_z LPCWSTR wzVersion, | ||
734 | __inout BOOL* pfCancel | ||
735 | ) = 0; | ||
726 | }; | 736 | }; |