aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h')
-rw-r--r--src/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h b/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h
index e1920107..d8994c26 100644
--- a/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h
+++ b/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h
@@ -64,6 +64,13 @@ enum BOOTSTRAPPER_CACHE_OPERATION
64 BOOTSTRAPPER_CACHE_OPERATION_EXTRACT, 64 BOOTSTRAPPER_CACHE_OPERATION_EXTRACT,
65}; 65};
66 66
67enum BOOTSTRAPPER_CACHE_VERIFY_STEP
68{
69 BOOTSTRAPPER_CACHE_VERIFY_STEP_STAGE,
70 BOOTSTRAPPER_CACHE_VERIFY_STEP_HASH,
71 BOOTSTRAPPER_CACHE_VERIFY_STEP_FINALIZE,
72};
73
67enum BOOTSTRAPPER_APPLY_RESTART 74enum BOOTSTRAPPER_APPLY_RESTART
68{ 75{
69 BOOTSTRAPPER_APPLY_RESTART_NONE, 76 BOOTSTRAPPER_APPLY_RESTART_NONE,
@@ -553,6 +560,7 @@ struct BA_ONCACHEVERIFYPROGRESS_ARGS
553 DWORD64 dw64Progress; 560 DWORD64 dw64Progress;
554 DWORD64 dw64Total; 561 DWORD64 dw64Total;
555 DWORD dwOverallPercentage; 562 DWORD dwOverallPercentage;
563 BOOTSTRAPPER_CACHE_VERIFY_STEP verifyStep;
556}; 564};
557 565
558struct BA_ONCACHEVERIFYPROGRESS_RESULTS 566struct BA_ONCACHEVERIFYPROGRESS_RESULTS