diff options
Diffstat (limited to 'src/api/burn/balutil/inc/IBootstrapperEngine.h')
-rw-r--r-- | src/api/burn/balutil/inc/IBootstrapperEngine.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/api/burn/balutil/inc/IBootstrapperEngine.h b/src/api/burn/balutil/inc/IBootstrapperEngine.h index 2a108223..bfa13997 100644 --- a/src/api/burn/balutil/inc/IBootstrapperEngine.h +++ b/src/api/burn/balutil/inc/IBootstrapperEngine.h | |||
@@ -136,4 +136,12 @@ DECLARE_INTERFACE_IID_(IBootstrapperEngine, IUnknown, "6480D616-27A0-44D7-905B-8 | |||
136 | __in_z LPCWSTR wzVersion2, | 136 | __in_z LPCWSTR wzVersion2, |
137 | __out int* pnResult | 137 | __out int* pnResult |
138 | ) = 0; | 138 | ) = 0; |
139 | |||
140 | STDMETHOD(GetRelatedBundleVariable)( | ||
141 | __in_z LPCWSTR wzBundleId, | ||
142 | __in_z LPCWSTR wzVariable, | ||
143 | __out_ecount_opt(*pcchValue) LPWSTR wzValue, | ||
144 | __inout SIZE_T* pcchValue | ||
145 | ) = 0; | ||
146 | |||
139 | }; | 147 | }; |