diff options
Diffstat (limited to 'src/api/burn/WixToolset.BootstrapperApplicationApi/BalUtil.cs')
-rw-r--r-- | src/api/burn/WixToolset.BootstrapperApplicationApi/BalUtil.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/burn/WixToolset.BootstrapperApplicationApi/BalUtil.cs b/src/api/burn/WixToolset.BootstrapperApplicationApi/BalUtil.cs index 25257554..b4497d07 100644 --- a/src/api/burn/WixToolset.BootstrapperApplicationApi/BalUtil.cs +++ b/src/api/burn/WixToolset.BootstrapperApplicationApi/BalUtil.cs | |||
@@ -38,7 +38,7 @@ namespace WixToolset.BootstrapperApplicationApi | |||
38 | [DllImport("mbanative.dll", ExactSpelling = true)] | 38 | [DllImport("mbanative.dll", ExactSpelling = true)] |
39 | internal static extern int BalGetRelatedBundleVariableFromEngine( | 39 | internal static extern int BalGetRelatedBundleVariableFromEngine( |
40 | [MarshalAs(UnmanagedType.Interface)] IBootstrapperEngine pEngine, | 40 | [MarshalAs(UnmanagedType.Interface)] IBootstrapperEngine pEngine, |
41 | [MarshalAs(UnmanagedType.LPWStr)] string wzBundleId, | 41 | [MarshalAs(UnmanagedType.LPWStr)] string wzBundleCode, |
42 | [MarshalAs(UnmanagedType.LPWStr)] string wzVariable, | 42 | [MarshalAs(UnmanagedType.LPWStr)] string wzVariable, |
43 | ref StrUtil.StrHandle psczOut | 43 | ref StrUtil.StrHandle psczOut |
44 | ); | 44 | ); |