aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal/dnchost/dnchost.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/Bal/dnchost/dnchost.h')
-rw-r--r--src/ext/Bal/dnchost/dnchost.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/ext/Bal/dnchost/dnchost.h b/src/ext/Bal/dnchost/dnchost.h
index b0ba9638..000cf43d 100644
--- a/src/ext/Bal/dnchost/dnchost.h
+++ b/src/ext/Bal/dnchost/dnchost.h
@@ -9,13 +9,6 @@ enum DNCHOSTTYPE
9 DNCHOSTTYPE_SCD, 9 DNCHOSTTYPE_SCD,
10}; 10};
11 11
12extern "C" typedef HRESULT(WINAPI* PFN_DNCPREQ_BOOTSTRAPPER_APPLICATION_CREATE)(
13 __in HRESULT hrHostInitialization,
14 __in IBootstrapperEngine* pEngine,
15 __in const BOOTSTRAPPER_CREATE_ARGS* pArgs,
16 __inout BOOTSTRAPPER_CREATE_RESULTS* pResults
17 );
18
19struct DNCSTATE 12struct DNCSTATE
20{ 13{
21 BOOL fInitialized; 14 BOOL fInitialized;
@@ -31,4 +24,5 @@ struct DNCSTATE
31 HOSTFXR_STATE hostfxrState; 24 HOSTFXR_STATE hostfxrState;
32 IBootstrapperApplicationFactory* pAppFactory; 25 IBootstrapperApplicationFactory* pAppFactory;
33 HMODULE hMbapreqModule; 26 HMODULE hMbapreqModule;
27 PREQBA_DATA prereqData;
34}; 28};