summaryrefslogtreecommitdiff
path: root/src/api/burn/test/BalUtilUnitTest/TestBAFunctions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/burn/test/BalUtilUnitTest/TestBAFunctions.h')
-rw-r--r--src/api/burn/test/BalUtilUnitTest/TestBAFunctions.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/api/burn/test/BalUtilUnitTest/TestBAFunctions.h b/src/api/burn/test/BalUtilUnitTest/TestBAFunctions.h
new file mode 100644
index 00000000..41f36df8
--- /dev/null
+++ b/src/api/burn/test/BalUtilUnitTest/TestBAFunctions.h
@@ -0,0 +1,10 @@
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 IBootstrapperEngine* pEngine,
7 __in const BA_FUNCTIONS_CREATE_ARGS* pArgs,
8 __in BA_FUNCTIONS_CREATE_RESULTS* pResults,
9 __out IBAFunctions** ppApplication
10 );