aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h')
-rw-r--r--src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h b/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h
index 99e9b9f0..0a974563 100644
--- a/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h
+++ b/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperEngine.h
@@ -112,6 +112,7 @@ enum BOOTSTRAPPER_ENGINE_MESSAGE
112 BOOTSTRAPPER_ENGINE_MESSAGE_APPLY, 112 BOOTSTRAPPER_ENGINE_MESSAGE_APPLY,
113 BOOTSTRAPPER_ENGINE_MESSAGE_QUIT, 113 BOOTSTRAPPER_ENGINE_MESSAGE_QUIT,
114 BOOTSTRAPPER_ENGINE_MESSAGE_LAUNCHAPPROVEDEXE, 114 BOOTSTRAPPER_ENGINE_MESSAGE_LAUNCHAPPROVEDEXE,
115 BOOTSTRAPPER_ENGINE_MESSAGE_SETUPDATESOURCE,
115 BOOTSTRAPPER_ENGINE_MESSAGE_COMPAREVERSIONS, 116 BOOTSTRAPPER_ENGINE_MESSAGE_COMPAREVERSIONS,
116}; 117};
117 118
@@ -276,6 +277,17 @@ typedef struct _BAENGINE_LAUNCHAPPROVEDEXE_RESULTS
276 DWORD cbSize; 277 DWORD cbSize;
277} BAENGINE_LAUNCHAPPROVEDEXE_RESULTS; 278} BAENGINE_LAUNCHAPPROVEDEXE_RESULTS;
278 279
280typedef struct _BAENGINE_SETUPDATESOURCE_ARGS
281{
282 DWORD cbSize;
283 LPCWSTR wzUrl;
284} BAENGINE_SETUPDATESOURCE_ARGS;
285
286typedef struct _BAENGINE_SETUPDATESOURCE_RESULTS
287{
288 DWORD cbSize;
289} BAENGINE_SETUPDATESOURCE_RESULTS;
290
279typedef struct _BAENGINE_LOG_ARGS 291typedef struct _BAENGINE_LOG_ARGS
280{ 292{
281 DWORD cbSize; 293 DWORD cbSize;