aboutsummaryrefslogtreecommitdiff
path: root/src/api/burn/WixToolset.Mba.Core/BalUtil.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/burn/WixToolset.Mba.Core/BalUtil.cs')
-rw-r--r--src/api/burn/WixToolset.Mba.Core/BalUtil.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/api/burn/WixToolset.Mba.Core/BalUtil.cs b/src/api/burn/WixToolset.Mba.Core/BalUtil.cs
index 4c949a5a..e8b0b7c0 100644
--- a/src/api/burn/WixToolset.Mba.Core/BalUtil.cs
+++ b/src/api/burn/WixToolset.Mba.Core/BalUtil.cs
@@ -36,6 +36,14 @@ namespace WixToolset.Mba.Core
36 ); 36 );
37 37
38 [DllImport("mbanative.dll", ExactSpelling = true)] 38 [DllImport("mbanative.dll", ExactSpelling = true)]
39 internal static extern int BalGetRelatedBundleVariableFromEngine(
40 [MarshalAs(UnmanagedType.Interface)] IBootstrapperEngine pEngine,
41 [MarshalAs(UnmanagedType.LPWStr)] string wzBundleId,
42 [MarshalAs(UnmanagedType.LPWStr)] string wzVariable,
43 ref StrUtil.StrHandle psczOut
44 );
45
46 [DllImport("mbanative.dll", ExactSpelling = true)]
39 [return: MarshalAs(UnmanagedType.Bool)] 47 [return: MarshalAs(UnmanagedType.Bool)]
40 internal static extern bool BalVariableExistsFromEngine( 48 internal static extern bool BalVariableExistsFromEngine(
41 [MarshalAs(UnmanagedType.Interface)] IBootstrapperEngine pEngine, 49 [MarshalAs(UnmanagedType.Interface)] IBootstrapperEngine pEngine,