diff options
Diffstat (limited to 'src/api/burn/balutil/inc/BalBaseBAFunctions.h')
-rw-r--r-- | src/api/burn/balutil/inc/BalBaseBAFunctions.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/api/burn/balutil/inc/BalBaseBAFunctions.h b/src/api/burn/balutil/inc/BalBaseBAFunctions.h index 9a8ac87e..6ad109c3 100644 --- a/src/api/burn/balutil/inc/BalBaseBAFunctions.h +++ b/src/api/burn/balutil/inc/BalBaseBAFunctions.h | |||
@@ -710,7 +710,10 @@ public: // IBootstrapperApplication | |||
710 | 710 | ||
711 | virtual STDMETHODIMP OnCommitMsiTransactionComplete( | 711 | virtual STDMETHODIMP OnCommitMsiTransactionComplete( |
712 | __in_z LPCWSTR /*wzTransactionId*/, | 712 | __in_z LPCWSTR /*wzTransactionId*/, |
713 | __in HRESULT /*hrStatus*/ | 713 | __in HRESULT /*hrStatus*/, |
714 | __in BOOTSTRAPPER_APPLY_RESTART /*restart*/, | ||
715 | __in BOOTSTRAPPER_EXECUTEMSITRANSACTIONCOMPLETE_ACTION /*recommendation*/, | ||
716 | __inout BOOTSTRAPPER_EXECUTEMSITRANSACTIONCOMPLETE_ACTION* /*pAction*/ | ||
714 | ) | 717 | ) |
715 | { | 718 | { |
716 | return S_OK; | 719 | return S_OK; |
@@ -725,7 +728,10 @@ public: // IBootstrapperApplication | |||
725 | 728 | ||
726 | virtual STDMETHODIMP OnRollbackMsiTransactionComplete( | 729 | virtual STDMETHODIMP OnRollbackMsiTransactionComplete( |
727 | __in_z LPCWSTR /*wzTransactionId*/, | 730 | __in_z LPCWSTR /*wzTransactionId*/, |
728 | __in HRESULT /*hrStatus*/ | 731 | __in HRESULT /*hrStatus*/, |
732 | __in BOOTSTRAPPER_APPLY_RESTART /*restart*/, | ||
733 | __in BOOTSTRAPPER_EXECUTEMSITRANSACTIONCOMPLETE_ACTION /*recommendation*/, | ||
734 | __inout BOOTSTRAPPER_EXECUTEMSITRANSACTIONCOMPLETE_ACTION* /*pAction*/ | ||
729 | ) | 735 | ) |
730 | { | 736 | { |
731 | return S_OK; | 737 | return S_OK; |