aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal/wixiuiba/WixInternalUIBootstrapperApplication.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/ext/Bal/wixiuiba/WixInternalUIBootstrapperApplication.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/ext/Bal/wixiuiba/WixInternalUIBootstrapperApplication.h b/src/ext/Bal/wixiuiba/WixInternalUIBootstrapperApplication.h
deleted file mode 100644
index b0b782dd..00000000
--- a/src/ext/Bal/wixiuiba/WixInternalUIBootstrapperApplication.h
+++ /dev/null
@@ -1,18 +0,0 @@
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
5HRESULT CreateBootstrapperApplication(
6 __in HMODULE hModule,
7 __in_opt PREQBA_DATA* pPrereqData,
8 __in IBootstrapperEngine* pEngine,
9 __in const BOOTSTRAPPER_CREATE_ARGS* pArgs,
10 __inout BOOTSTRAPPER_CREATE_RESULTS* pResults,
11 __out IBootstrapperApplication** ppApplication
12 );
13
14void DestroyBootstrapperApplication(
15 __in IBootstrapperApplication* pApplication,
16 __in const BOOTSTRAPPER_DESTROY_ARGS* pArgs,
17 __inout BOOTSTRAPPER_DESTROY_RESULTS* pResults
18 );