diff options
Diffstat (limited to 'src/WixToolset.BootstrapperCore.Native')
| -rw-r--r-- | src/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h b/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h index 0a89b3f4..6cf3477c 100644 --- a/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h +++ b/src/WixToolset.BootstrapperCore.Native/inc/BootstrapperApplication.h | |||
| @@ -1089,12 +1089,13 @@ struct BA_ONSYSTEMSHUTDOWN_RESULTS | |||
| 1089 | struct BA_ONUNREGISTERBEGIN_ARGS | 1089 | struct BA_ONUNREGISTERBEGIN_ARGS |
| 1090 | { | 1090 | { |
| 1091 | DWORD cbSize; | 1091 | DWORD cbSize; |
| 1092 | BOOL fKeepRegistration; | ||
| 1092 | }; | 1093 | }; |
| 1093 | 1094 | ||
| 1094 | struct BA_ONUNREGISTERBEGIN_RESULTS | 1095 | struct BA_ONUNREGISTERBEGIN_RESULTS |
| 1095 | { | 1096 | { |
| 1096 | DWORD cbSize; | 1097 | DWORD cbSize; |
| 1097 | BOOL fCancel; | 1098 | BOOL fForceKeepRegistration; |
| 1098 | }; | 1099 | }; |
| 1099 | 1100 | ||
| 1100 | struct BA_ONUNREGISTERCOMPLETE_ARGS | 1101 | struct BA_ONUNREGISTERCOMPLETE_ARGS |
