aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal/dnchost/dncutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/Bal/dnchost/dncutil.h')
-rw-r--r--src/ext/Bal/dnchost/dncutil.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/ext/Bal/dnchost/dncutil.h b/src/ext/Bal/dnchost/dncutil.h
index f88e3f77..3fa81364 100644
--- a/src/ext/Bal/dnchost/dncutil.h
+++ b/src/ext/Bal/dnchost/dncutil.h
@@ -8,15 +8,10 @@ struct HOSTFXR_STATE
8 LPWSTR sczHostfxrPath; 8 LPWSTR sczHostfxrPath;
9 hostfxr_handle hostContextHandle; 9 hostfxr_handle hostContextHandle;
10 hostfxr_initialize_for_dotnet_command_line_fn pfnHostfxrInitializeForApp; 10 hostfxr_initialize_for_dotnet_command_line_fn pfnHostfxrInitializeForApp;
11 hostfxr_get_runtime_properties_fn pfnHostfxrGetRuntimeProperties;
12 hostfxr_set_error_writer_fn pfnHostfxrSetErrorWriter; 11 hostfxr_set_error_writer_fn pfnHostfxrSetErrorWriter;
13 hostfxr_close_fn pfnHostfxrClose; 12 hostfxr_close_fn pfnHostfxrClose;
14 hostfxr_get_runtime_delegate_fn pfnHostfxrGetRuntimeDelegate; 13 hostfxr_get_runtime_delegate_fn pfnHostfxrGetRuntimeDelegate;
15 get_function_pointer_fn pfnGetFunctionPointer; 14 get_function_pointer_fn pfnGetFunctionPointer;
16 coreclr_initialize_ptr pfnCoreclrInitialize;
17 coreclr_create_delegate_ptr pfnCoreclrCreateDelegate;
18 void* pClrHandle;
19 UINT dwDomainId;
20}; 15};
21 16
22HRESULT DnchostLoadRuntime( 17HRESULT DnchostLoadRuntime(
@@ -30,6 +25,5 @@ HRESULT DnchostLoadRuntime(
30HRESULT DnchostCreateFactory( 25HRESULT DnchostCreateFactory(
31 __in HOSTFXR_STATE* pState, 26 __in HOSTFXR_STATE* pState,
32 __in LPCWSTR wzBaFactoryAssemblyName, 27 __in LPCWSTR wzBaFactoryAssemblyName,
33 __in LPCWSTR wzBaFactoryAssemblyPath,
34 __out IBootstrapperApplicationFactory** ppAppFactory 28 __out IBootstrapperApplicationFactory** ppAppFactory
35 ); 29 );