aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal/mbahost/mbahost.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/Bal/mbahost/mbahost.h')
-rw-r--r--src/ext/Bal/mbahost/mbahost.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ext/Bal/mbahost/mbahost.h b/src/ext/Bal/mbahost/mbahost.h
new file mode 100644
index 00000000..19cf8311
--- /dev/null
+++ b/src/ext/Bal/mbahost/mbahost.h
@@ -0,0 +1,17 @@
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
5struct MBASTATE
6{
7 BOOL fInitialized;
8 BOOL fInitializedRuntime;
9 BOOL fStoppedRuntime;
10 HINSTANCE hInstance;
11 LPWSTR sczAppBase;
12 LPWSTR sczConfigPath;
13 mscorlib::_AppDomain* pAppDomain;
14 ICorRuntimeHost* pCLRHost;
15 HMODULE hMbapreqModule;
16 PREQBA_DATA prereqData;
17};