diff options
Diffstat (limited to 'src/ext/Bal/wixstdba/inc/preqba.h')
-rw-r--r-- | src/ext/Bal/wixstdba/inc/preqba.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/ext/Bal/wixstdba/inc/preqba.h b/src/ext/Bal/wixstdba/inc/preqba.h deleted file mode 100644 index 25fa7105..00000000 --- a/src/ext/Bal/wixstdba/inc/preqba.h +++ /dev/null | |||
@@ -1,19 +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 | |||
5 | struct PREQBA_DATA | ||
6 | { | ||
7 | HRESULT hrFatalError; | ||
8 | BOOL fAlwaysInstallPrereqs; | ||
9 | BOOL fPerformHelp; | ||
10 | BOOL fPerformLayout; | ||
11 | BOOL fCompleted; | ||
12 | }; | ||
13 | |||
14 | extern "C" typedef HRESULT(WINAPI* PFN_PREQ_BOOTSTRAPPER_APPLICATION_CREATE)( | ||
15 | __in PREQBA_DATA* pPreqData, | ||
16 | __in IBootstrapperEngine* pEngine, | ||
17 | __in const BOOTSTRAPPER_CREATE_ARGS* pArgs, | ||
18 | __inout BOOTSTRAPPER_CREATE_RESULTS* pResults | ||
19 | ); | ||