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.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h b/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h
index cf330c29..9fb6ffff 100644
--- a/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h
+++ b/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h
@@ -149,6 +149,7 @@ enum BOOTSTRAPPER_APPLICATION_MESSAGE
149 BOOTSTRAPPER_APPLICATION_MESSAGE_ONSYSTEMRESTOREPOINTCOMPLETE, 149 BOOTSTRAPPER_APPLICATION_MESSAGE_ONSYSTEMRESTOREPOINTCOMPLETE,
150 BOOTSTRAPPER_APPLICATION_MESSAGE_ONPLANNEDPACKAGE, 150 BOOTSTRAPPER_APPLICATION_MESSAGE_ONPLANNEDPACKAGE,
151 BOOTSTRAPPER_APPLICATION_MESSAGE_ONPLANFORWARDCOMPATIBLEBUNDLE, 151 BOOTSTRAPPER_APPLICATION_MESSAGE_ONPLANFORWARDCOMPATIBLEBUNDLE,
152 BOOTSTRAPPER_APPLICATION_MESSAGE_ONCACHEVERIFYPROGRESS,
152}; 153};
153 154
154enum BOOTSTRAPPER_APPLYCOMPLETE_ACTION 155enum BOOTSTRAPPER_APPLYCOMPLETE_ACTION
@@ -454,6 +455,22 @@ struct BA_ONCACHEVERIFYCOMPLETE_RESULTS
454 BOOTSTRAPPER_CACHEVERIFYCOMPLETE_ACTION action; 455 BOOTSTRAPPER_CACHEVERIFYCOMPLETE_ACTION action;
455}; 456};
456 457
458struct BA_ONCACHEVERIFYPROGRESS_ARGS
459{
460 DWORD cbSize;
461 LPCWSTR wzPackageOrContainerId;
462 LPCWSTR wzPayloadId;
463 DWORD64 dw64Progress;
464 DWORD64 dw64Total;
465 DWORD dwOverallPercentage;
466};
467
468struct BA_ONCACHEVERIFYPROGRESS_RESULTS
469{
470 DWORD cbSize;
471 BOOL fCancel;
472};
473
457struct BA_ONCOMMITMSITRANSACTIONBEGIN_ARGS 474struct BA_ONCOMMITMSITRANSACTIONBEGIN_ARGS
458{ 475{
459 DWORD cbSize; 476 DWORD cbSize;