aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal/test/WixStdFnUnitTest/TestBAFunctions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/Bal/test/WixStdFnUnitTest/TestBAFunctions.h')
-rw-r--r--src/ext/Bal/test/WixStdFnUnitTest/TestBAFunctions.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ext/Bal/test/WixStdFnUnitTest/TestBAFunctions.h b/src/ext/Bal/test/WixStdFnUnitTest/TestBAFunctions.h
new file mode 100644
index 00000000..e25e40c3
--- /dev/null
+++ b/src/ext/Bal/test/WixStdFnUnitTest/TestBAFunctions.h
@@ -0,0 +1,8 @@
1#pragma once
2// Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information.
3
4HRESULT CreateBAFunctions(
5 __in HMODULE hModule,
6 __in const BA_FUNCTIONS_CREATE_ARGS* pArgs,
7 __inout BA_FUNCTIONS_CREATE_RESULTS* pResults
8 );