diff options
Diffstat (limited to '')
| -rw-r--r-- | src/ext/Bal/wixstdfn/BalBaseBAFunctionsProc.cpp | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/ext/Bal/wixstdfn/BalBaseBAFunctionsProc.cpp b/src/ext/Bal/wixstdfn/BalBaseBAFunctionsProc.cpp index 38ebf65c..f8a94853 100644 --- a/src/ext/Bal/wixstdfn/BalBaseBAFunctionsProc.cpp +++ b/src/ext/Bal/wixstdfn/BalBaseBAFunctionsProc.cpp | |||
| @@ -71,7 +71,7 @@ static HRESULT BalBaseBAFunctionsProcOnDetectForwardCompatibleBundle( | |||
| 71 | __inout BA_ONDETECTFORWARDCOMPATIBLEBUNDLE_RESULTS* pResults | 71 | __inout BA_ONDETECTFORWARDCOMPATIBLEBUNDLE_RESULTS* pResults |
| 72 | ) | 72 | ) |
| 73 | { | 73 | { |
| 74 | return pBAFunctions->OnDetectForwardCompatibleBundle(pArgs->wzBundleId, pArgs->relationType, pArgs->wzBundleTag, pArgs->fPerMachine, pArgs->wzVersion, pArgs->fMissingFromCache, &pResults->fCancel); | 74 | return pBAFunctions->OnDetectForwardCompatibleBundle(pArgs->wzBundleCode, pArgs->relationType, pArgs->wzBundleTag, pArgs->fPerMachine, pArgs->wzVersion, pArgs->fMissingFromCache, &pResults->fCancel); |
| 75 | } | 75 | } |
| 76 | 76 | ||
| 77 | static HRESULT BalBaseBAFunctionsProcOnDetectUpdateBegin( | 77 | static HRESULT BalBaseBAFunctionsProcOnDetectUpdateBegin( |
| @@ -107,7 +107,7 @@ static HRESULT BalBaseBAFunctionsProcOnDetectRelatedBundle( | |||
| 107 | __inout BA_ONDETECTRELATEDBUNDLE_RESULTS* pResults | 107 | __inout BA_ONDETECTRELATEDBUNDLE_RESULTS* pResults |
| 108 | ) | 108 | ) |
| 109 | { | 109 | { |
| 110 | return pBAFunctions->OnDetectRelatedBundle(pArgs->wzBundleId, pArgs->relationType, pArgs->wzBundleTag, pArgs->fPerMachine, pArgs->wzVersion, pArgs->fMissingFromCache, &pResults->fCancel); | 110 | return pBAFunctions->OnDetectRelatedBundle(pArgs->wzBundleCode, pArgs->relationType, pArgs->wzBundleTag, pArgs->fPerMachine, pArgs->wzVersion, pArgs->fMissingFromCache, &pResults->fCancel); |
| 111 | } | 111 | } |
| 112 | 112 | ||
| 113 | static HRESULT BalBaseBAFunctionsProcOnDetectPackageBegin( | 113 | static HRESULT BalBaseBAFunctionsProcOnDetectPackageBegin( |
| @@ -170,7 +170,7 @@ static HRESULT BalBaseBAFunctionsProcOnPlanRelatedBundle( | |||
| 170 | __inout BA_ONPLANRELATEDBUNDLE_RESULTS* pResults | 170 | __inout BA_ONPLANRELATEDBUNDLE_RESULTS* pResults |
| 171 | ) | 171 | ) |
| 172 | { | 172 | { |
| 173 | return pBAFunctions->OnPlanRelatedBundle(pArgs->wzBundleId, pArgs->recommendedState, &pResults->requestedState, &pResults->fCancel); | 173 | return pBAFunctions->OnPlanRelatedBundle(pArgs->wzBundleCode, pArgs->recommendedState, &pResults->requestedState, &pResults->fCancel); |
| 174 | } | 174 | } |
| 175 | 175 | ||
| 176 | static HRESULT BalBaseBAFunctionsProcOnPlanRollbackBoundary( | 176 | static HRESULT BalBaseBAFunctionsProcOnPlanRollbackBoundary( |
| @@ -647,7 +647,7 @@ static HRESULT BalBaseBAFunctionsProcOnPlanForwardCompatibleBundle( | |||
| 647 | __inout BA_ONPLANFORWARDCOMPATIBLEBUNDLE_RESULTS* pResults | 647 | __inout BA_ONPLANFORWARDCOMPATIBLEBUNDLE_RESULTS* pResults |
| 648 | ) | 648 | ) |
| 649 | { | 649 | { |
| 650 | return pBAFunctions->OnPlanForwardCompatibleBundle(pArgs->wzBundleId, pArgs->relationType, pArgs->wzBundleTag, pArgs->fPerMachine, pArgs->wzVersion, pArgs->fRecommendedIgnoreBundle, &pResults->fCancel, &pResults->fIgnoreBundle); | 650 | return pBAFunctions->OnPlanForwardCompatibleBundle(pArgs->wzBundleCode, pArgs->relationType, pArgs->wzBundleTag, pArgs->fPerMachine, pArgs->wzVersion, pArgs->fRecommendedIgnoreBundle, &pResults->fCancel, &pResults->fIgnoreBundle); |
| 651 | } | 651 | } |
| 652 | 652 | ||
| 653 | static HRESULT BalBaseBAFunctionsProcOnCacheContainerOrPayloadVerifyBegin( | 653 | static HRESULT BalBaseBAFunctionsProcOnCacheContainerOrPayloadVerifyBegin( |
| @@ -710,7 +710,7 @@ static HRESULT BalBaseBAFunctionsProcOnPlanRestoreRelatedBundle( | |||
| 710 | __inout BA_ONPLANRESTORERELATEDBUNDLE_RESULTS* pResults | 710 | __inout BA_ONPLANRESTORERELATEDBUNDLE_RESULTS* pResults |
| 711 | ) | 711 | ) |
| 712 | { | 712 | { |
| 713 | return pBAFunctions->OnPlanRestoreRelatedBundle(pArgs->wzBundleId, pArgs->recommendedState, &pResults->requestedState, &pResults->fCancel); | 713 | return pBAFunctions->OnPlanRestoreRelatedBundle(pArgs->wzBundleCode, pArgs->recommendedState, &pResults->requestedState, &pResults->fCancel); |
| 714 | } | 714 | } |
| 715 | 715 | ||
| 716 | static HRESULT BalBaseBAFunctionsProcOnPlanRelatedBundleType( | 716 | static HRESULT BalBaseBAFunctionsProcOnPlanRelatedBundleType( |
| @@ -719,7 +719,7 @@ static HRESULT BalBaseBAFunctionsProcOnPlanRelatedBundleType( | |||
| 719 | __inout BA_ONPLANRELATEDBUNDLETYPE_RESULTS* pResults | 719 | __inout BA_ONPLANRELATEDBUNDLETYPE_RESULTS* pResults |
| 720 | ) | 720 | ) |
| 721 | { | 721 | { |
| 722 | return pBAFunctions->OnPlanRelatedBundleType(pArgs->wzBundleId, pArgs->recommendedType, &pResults->requestedType, &pResults->fCancel); | 722 | return pBAFunctions->OnPlanRelatedBundleType(pArgs->wzBundleCode, pArgs->recommendedType, &pResults->requestedType, &pResults->fCancel); |
| 723 | } | 723 | } |
| 724 | 724 | ||
| 725 | static HRESULT BalBaseBAFunctionsProcOnApplyDowngrade( | 725 | static HRESULT BalBaseBAFunctionsProcOnApplyDowngrade( |
| @@ -737,7 +737,7 @@ static HRESULT BalBaseBAFunctionsProcOnDetectRelatedBundlePackage( | |||
| 737 | __inout BA_ONDETECTRELATEDBUNDLEPACKAGE_RESULTS* pResults | 737 | __inout BA_ONDETECTRELATEDBUNDLEPACKAGE_RESULTS* pResults |
| 738 | ) | 738 | ) |
| 739 | { | 739 | { |
| 740 | return pBAFunctions->OnDetectRelatedBundlePackage(pArgs->wzPackageId, pArgs->wzBundleId, pArgs->relationType, pArgs->fPerMachine, pArgs->wzVersion, &pResults->fCancel); | 740 | return pBAFunctions->OnDetectRelatedBundlePackage(pArgs->wzPackageId, pArgs->wzBundleCode, pArgs->relationType, pArgs->fPerMachine, pArgs->wzVersion, &pResults->fCancel); |
| 741 | } | 741 | } |
| 742 | 742 | ||
| 743 | static HRESULT BalBaseBAFunctionsProcOnCachePackageNonVitalValidationFailure( | 743 | static HRESULT BalBaseBAFunctionsProcOnCachePackageNonVitalValidationFailure( |
