aboutsummaryrefslogtreecommitdiff
path: root/src/api/burn/balutil/msg.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/api/burn/balutil/msg.h (renamed from src/ext/Bal/wixiuiba/wixiuiba.h)15
1 files changed, 5 insertions, 10 deletions
diff --git a/src/ext/Bal/wixiuiba/wixiuiba.h b/src/api/burn/balutil/msg.h
index 76077f42..ae8a60c1 100644
--- a/src/ext/Bal/wixiuiba/wixiuiba.h
+++ b/src/api/burn/balutil/msg.h
@@ -1,13 +1,8 @@
1#pragma once 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. 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 3
4 4EXTERN_C HRESULT MsgPump(
5struct INTERNAL_UI_BA_STATE 5 __in HANDLE hPipe,
6{ 6 __in IBootstrapperApplication* pApplication,
7 BOOL fInitialized; 7 __in IBootstrapperEngine* pEngine
8 HINSTANCE hInstance; 8 );
9 LPWSTR sczAppBase;
10 HMODULE hPrereqModule;
11 PREQBA_DATA prereqData;
12 IBootstrapperApplication* pApplication;
13};