diff options
Diffstat (limited to 'src/ext/Bal/wixiuiba/wixiuiba.h')
-rw-r--r-- | src/ext/Bal/wixiuiba/wixiuiba.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ext/Bal/wixiuiba/wixiuiba.h b/src/ext/Bal/wixiuiba/wixiuiba.h new file mode 100644 index 00000000..76077f42 --- /dev/null +++ b/src/ext/Bal/wixiuiba/wixiuiba.h | |||
@@ -0,0 +1,13 @@ | |||
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 INTERNAL_UI_BA_STATE | ||
6 | { | ||
7 | BOOL fInitialized; | ||
8 | HINSTANCE hInstance; | ||
9 | LPWSTR sczAppBase; | ||
10 | HMODULE hPrereqModule; | ||
11 | PREQBA_DATA prereqData; | ||
12 | IBootstrapperApplication* pApplication; | ||
13 | }; | ||