diff options
Diffstat (limited to 'src/api/burn/balutil/inc/balutil.h')
-rw-r--r-- | src/api/burn/balutil/inc/balutil.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/api/burn/balutil/inc/balutil.h b/src/api/burn/balutil/inc/balutil.h index 03575883..4c8550ee 100644 --- a/src/api/burn/balutil/inc/balutil.h +++ b/src/api/burn/balutil/inc/balutil.h | |||
@@ -141,7 +141,7 @@ BalGetRelatedBundleVariable - gets a string from a shared variable in the engine | |||
141 | Note: Use StrFree() to release psczValue. | 141 | Note: Use StrFree() to release psczValue. |
142 | ********************************************************************/ | 142 | ********************************************************************/ |
143 | DAPI_(HRESULT) BalGetRelatedBundleVariable( | 143 | DAPI_(HRESULT) BalGetRelatedBundleVariable( |
144 | __in_z LPCWSTR wzBundleId, | 144 | __in_z LPCWSTR wzBundleCode, |
145 | __in_z LPCWSTR wzVariable, | 145 | __in_z LPCWSTR wzVariable, |
146 | __inout LPWSTR* psczValue | 146 | __inout LPWSTR* psczValue |
147 | ); | 147 | ); |
@@ -153,7 +153,7 @@ BalGetRelatedBundleVariableFromEngine - gets a string from a shared variable in | |||
153 | ********************************************************************/ | 153 | ********************************************************************/ |
154 | DAPI_(HRESULT) BalGetRelatedBundleVariableFromEngine( | 154 | DAPI_(HRESULT) BalGetRelatedBundleVariableFromEngine( |
155 | __in IBootstrapperEngine* pEngine, | 155 | __in IBootstrapperEngine* pEngine, |
156 | __in_z LPCWSTR wzBundleId, | 156 | __in_z LPCWSTR wzBundleCode, |
157 | __in_z LPCWSTR wzVariable, | 157 | __in_z LPCWSTR wzVariable, |
158 | __inout LPWSTR* psczValue | 158 | __inout LPWSTR* psczValue |
159 | ); | 159 | ); |