diff options
Diffstat (limited to '')
| -rw-r--r-- | src/api/burn/balutil/inc/IBootstrapperApplication.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/api/burn/balutil/inc/IBootstrapperApplication.h b/src/api/burn/balutil/inc/IBootstrapperApplication.h index a08f6863..a3b24bc3 100644 --- a/src/api/burn/balutil/inc/IBootstrapperApplication.h +++ b/src/api/burn/balutil/inc/IBootstrapperApplication.h | |||
| @@ -56,7 +56,7 @@ DECLARE_INTERFACE_IID_(IBootstrapperApplication, IUnknown, "53C31D56-49C0-426B-A | |||
| 56 | 56 | ||
| 57 | // OnDetectForwardCompatibleBundle - called when the engine detects a forward compatible bundle. | 57 | // OnDetectForwardCompatibleBundle - called when the engine detects a forward compatible bundle. |
| 58 | STDMETHOD(OnDetectForwardCompatibleBundle)( | 58 | STDMETHOD(OnDetectForwardCompatibleBundle)( |
| 59 | __in_z LPCWSTR wzBundleId, | 59 | __in_z LPCWSTR wzBundleCode, |
| 60 | __in BOOTSTRAPPER_RELATION_TYPE relationType, | 60 | __in BOOTSTRAPPER_RELATION_TYPE relationType, |
| 61 | __in_z LPCWSTR wzBundleTag, | 61 | __in_z LPCWSTR wzBundleTag, |
| 62 | __in BOOL fPerMachine, | 62 | __in BOOL fPerMachine, |
| @@ -95,7 +95,7 @@ DECLARE_INTERFACE_IID_(IBootstrapperApplication, IUnknown, "53C31D56-49C0-426B-A | |||
| 95 | 95 | ||
| 96 | // OnDetectRelatedBundle - called when the engine detects a related bundle. | 96 | // OnDetectRelatedBundle - called when the engine detects a related bundle. |
| 97 | STDMETHOD(OnDetectRelatedBundle)( | 97 | STDMETHOD(OnDetectRelatedBundle)( |
| 98 | __in_z LPCWSTR wzBundleId, | 98 | __in_z LPCWSTR wzBundleCode, |
| 99 | __in BOOTSTRAPPER_RELATION_TYPE relationType, | 99 | __in BOOTSTRAPPER_RELATION_TYPE relationType, |
| 100 | __in_z LPCWSTR wzBundleTag, | 100 | __in_z LPCWSTR wzBundleTag, |
| 101 | __in BOOL fPerMachine, | 101 | __in BOOL fPerMachine, |
| @@ -170,7 +170,7 @@ DECLARE_INTERFACE_IID_(IBootstrapperApplication, IUnknown, "53C31D56-49C0-426B-A | |||
| 170 | 170 | ||
| 171 | // OnPlanRelatedBundle - called when the engine begins planning a related bundle. | 171 | // OnPlanRelatedBundle - called when the engine begins planning a related bundle. |
| 172 | STDMETHOD(OnPlanRelatedBundle)( | 172 | STDMETHOD(OnPlanRelatedBundle)( |
| 173 | __in_z LPCWSTR wzBundleId, | 173 | __in_z LPCWSTR wzBundleCode, |
| 174 | __in BOOTSTRAPPER_REQUEST_STATE recommendedState, | 174 | __in BOOTSTRAPPER_REQUEST_STATE recommendedState, |
| 175 | __inout BOOTSTRAPPER_REQUEST_STATE* pRequestedState, | 175 | __inout BOOTSTRAPPER_REQUEST_STATE* pRequestedState, |
| 176 | __inout BOOL* pfCancel | 176 | __inout BOOL* pfCancel |
| @@ -649,7 +649,7 @@ DECLARE_INTERFACE_IID_(IBootstrapperApplication, IUnknown, "53C31D56-49C0-426B-A | |||
| 649 | ) = 0; | 649 | ) = 0; |
| 650 | 650 | ||
| 651 | STDMETHOD(OnPlanForwardCompatibleBundle)( | 651 | STDMETHOD(OnPlanForwardCompatibleBundle)( |
| 652 | __in_z LPCWSTR wzBundleId, | 652 | __in_z LPCWSTR wzBundleCode, |
| 653 | __in BOOTSTRAPPER_RELATION_TYPE relationType, | 653 | __in BOOTSTRAPPER_RELATION_TYPE relationType, |
| 654 | __in_z LPCWSTR wzBundleTag, | 654 | __in_z LPCWSTR wzBundleTag, |
| 655 | __in BOOL fPerMachine, | 655 | __in BOOL fPerMachine, |
| @@ -703,7 +703,7 @@ DECLARE_INTERFACE_IID_(IBootstrapperApplication, IUnknown, "53C31D56-49C0-426B-A | |||
| 703 | 703 | ||
| 704 | // OnPlanRestoreRelatedBundle - called when the engine begins planning an upgrade related bundle for restoring in case of failure. | 704 | // OnPlanRestoreRelatedBundle - called when the engine begins planning an upgrade related bundle for restoring in case of failure. |
| 705 | STDMETHOD(OnPlanRestoreRelatedBundle)( | 705 | STDMETHOD(OnPlanRestoreRelatedBundle)( |
| 706 | __in_z LPCWSTR wzBundleId, | 706 | __in_z LPCWSTR wzBundleCode, |
| 707 | __in BOOTSTRAPPER_REQUEST_STATE recommendedState, | 707 | __in BOOTSTRAPPER_REQUEST_STATE recommendedState, |
| 708 | __inout BOOTSTRAPPER_REQUEST_STATE* pRequestedState, | 708 | __inout BOOTSTRAPPER_REQUEST_STATE* pRequestedState, |
| 709 | __inout BOOL* pfCancel | 709 | __inout BOOL* pfCancel |
| @@ -711,7 +711,7 @@ DECLARE_INTERFACE_IID_(IBootstrapperApplication, IUnknown, "53C31D56-49C0-426B-A | |||
| 711 | 711 | ||
| 712 | // OnPlanRelatedBundleType - called when the engine begins planning the related bundle relation type. | 712 | // OnPlanRelatedBundleType - called when the engine begins planning the related bundle relation type. |
| 713 | STDMETHOD(OnPlanRelatedBundleType)( | 713 | STDMETHOD(OnPlanRelatedBundleType)( |
| 714 | __in_z LPCWSTR wzBundleId, | 714 | __in_z LPCWSTR wzBundleCode, |
| 715 | __in BOOTSTRAPPER_RELATED_BUNDLE_PLAN_TYPE recommendedType, | 715 | __in BOOTSTRAPPER_RELATED_BUNDLE_PLAN_TYPE recommendedType, |
| 716 | __inout BOOTSTRAPPER_RELATED_BUNDLE_PLAN_TYPE* pRequestedType, | 716 | __inout BOOTSTRAPPER_RELATED_BUNDLE_PLAN_TYPE* pRequestedType, |
| 717 | __inout BOOL* pfCancel | 717 | __inout BOOL* pfCancel |
| @@ -736,7 +736,7 @@ DECLARE_INTERFACE_IID_(IBootstrapperApplication, IUnknown, "53C31D56-49C0-426B-A | |||
| 736 | // OnDetectRelatedBundlePackage - called when the engine detects a related bundle for a BundlePackage. | 736 | // OnDetectRelatedBundlePackage - called when the engine detects a related bundle for a BundlePackage. |
| 737 | STDMETHOD(OnDetectRelatedBundlePackage)( | 737 | STDMETHOD(OnDetectRelatedBundlePackage)( |
| 738 | __in_z LPCWSTR wzPackageId, | 738 | __in_z LPCWSTR wzPackageId, |
| 739 | __in_z LPCWSTR wzBundleId, | 739 | __in_z LPCWSTR wzBundleCode, |
| 740 | __in BOOTSTRAPPER_RELATION_TYPE relationType, | 740 | __in BOOTSTRAPPER_RELATION_TYPE relationType, |
| 741 | __in BOOL fPerMachine, | 741 | __in BOOL fPerMachine, |
| 742 | __in_z LPCWSTR wzVersion, | 742 | __in_z LPCWSTR wzVersion, |
