main
h 30 lines 763 Bytes
Raw
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
4
5 #include <windows.h>
6 #include <msiquery.h>
7 #include <objbase.h>
8 #include <shlobj.h>
9 #include <shlwapi.h>
10 #include <stdlib.h>
11 #include <strsafe.h>
12 #include <CommCtrl.h>
13
14 #include "dutil.h"
15 #include "dictutil.h"
16 #include "fileutil.h"
17 #include "locutil.h"
18 #include "pathutil.h"
19 #include "strutil.h"
20
21 #include <BootstrapperApplicationBase.h>
22
23 #include "BAFunctions.h"
24 #include "IBAFunctions.h"
25
26 HRESULT WINAPI CreateBAFunctions(
27 __in HMODULE hModule,
28 __in const BA_FUNCTIONS_CREATE_ARGS* pArgs,
29 __inout BA_FUNCTIONS_CREATE_RESULTS* pResults
30 );