summaryrefslogtreecommitdiff
path: root/src/api/burn/balutil/inc/BalBaseBootstrapperApplication.h
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2023-02-09 05:03:26 -0800
committerRob Mensching <rob@firegiant.com>2023-02-09 15:18:09 -0800
commitdc8a7f2398602f994c3e43a733aa09b18dbd7662 (patch)
treefb7df95ed72abd3d5fef10002b40160ee850ed09 /src/api/burn/balutil/inc/BalBaseBootstrapperApplication.h
parentdcc7f5a56c61ce51fb240c3a048d37dd5277b0d6 (diff)
downloadwix-dc8a7f2398602f994c3e43a733aa09b18dbd7662.tar.gz
wix-dc8a7f2398602f994c3e43a733aa09b18dbd7662.tar.bz2
wix-dc8a7f2398602f994c3e43a733aa09b18dbd7662.zip
Some small SAL annotation fixups
Diffstat (limited to 'src/api/burn/balutil/inc/BalBaseBootstrapperApplication.h')
-rw-r--r--src/api/burn/balutil/inc/BalBaseBootstrapperApplication.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/api/burn/balutil/inc/BalBaseBootstrapperApplication.h b/src/api/burn/balutil/inc/BalBaseBootstrapperApplication.h
index c8b80d13..ae7b2a93 100644
--- a/src/api/burn/balutil/inc/BalBaseBootstrapperApplication.h
+++ b/src/api/burn/balutil/inc/BalBaseBootstrapperApplication.h
@@ -110,7 +110,7 @@ public: // IBootstrapperApplication
110 __in BOOTSTRAPPER_RELATION_TYPE /*relationType*/, 110 __in BOOTSTRAPPER_RELATION_TYPE /*relationType*/,
111 __in_z LPCWSTR /*wzBundleTag*/, 111 __in_z LPCWSTR /*wzBundleTag*/,
112 __in BOOL /*fPerMachine*/, 112 __in BOOL /*fPerMachine*/,
113 __in LPCWSTR /*wzVersion*/, 113 __in_z LPCWSTR /*wzVersion*/,
114 __in BOOL /*fMissingFromCache*/, 114 __in BOOL /*fMissingFromCache*/,
115 __inout BOOL* pfCancel 115 __inout BOOL* pfCancel
116 ) 116 )
@@ -134,7 +134,7 @@ public: // IBootstrapperApplication
134 __in DWORD64 /*dw64Size*/, 134 __in DWORD64 /*dw64Size*/,
135 __in_z_opt LPCWSTR /*wzHash*/, 135 __in_z_opt LPCWSTR /*wzHash*/,
136 __in BOOTSTRAPPER_UPDATE_HASH_TYPE /*hashAlgorithm*/, 136 __in BOOTSTRAPPER_UPDATE_HASH_TYPE /*hashAlgorithm*/,
137 __in LPCWSTR /*wzVersion*/, 137 __in_z LPCWSTR /*wzVersion*/,
138 __in_z LPCWSTR /*wzTitle*/, 138 __in_z LPCWSTR /*wzTitle*/,
139 __in_z LPCWSTR /*wzSummary*/, 139 __in_z LPCWSTR /*wzSummary*/,
140 __in_z LPCWSTR /*wzContentType*/, 140 __in_z LPCWSTR /*wzContentType*/,
@@ -160,7 +160,7 @@ public: // IBootstrapperApplication
160 __in BOOTSTRAPPER_RELATION_TYPE /*relationType*/, 160 __in BOOTSTRAPPER_RELATION_TYPE /*relationType*/,
161 __in_z LPCWSTR /*wzBundleTag*/, 161 __in_z LPCWSTR /*wzBundleTag*/,
162 __in BOOL /*fPerMachine*/, 162 __in BOOL /*fPerMachine*/,
163 __in LPCWSTR /*wzVersion*/, 163 __in_z LPCWSTR /*wzVersion*/,
164 __in BOOL /*fMissingFromCache*/, 164 __in BOOL /*fMissingFromCache*/,
165 __inout BOOL* pfCancel 165 __inout BOOL* pfCancel
166 ) 166 )
@@ -181,7 +181,7 @@ public: // IBootstrapperApplication
181 virtual STDMETHODIMP OnDetectCompatibleMsiPackage( 181 virtual STDMETHODIMP OnDetectCompatibleMsiPackage(
182 __in_z LPCWSTR /*wzPackageId*/, 182 __in_z LPCWSTR /*wzPackageId*/,
183 __in_z LPCWSTR /*wzCompatiblePackageId*/, 183 __in_z LPCWSTR /*wzCompatiblePackageId*/,
184 __in LPCWSTR /*wzCompatiblePackageVersion*/, 184 __in_z LPCWSTR /*wzCompatiblePackageVersion*/,
185 __inout BOOL* pfCancel 185 __inout BOOL* pfCancel
186 ) 186 )
187 { 187 {
@@ -194,7 +194,7 @@ public: // IBootstrapperApplication
194 __in_z LPCWSTR /*wzUpgradeCode*/, 194 __in_z LPCWSTR /*wzUpgradeCode*/,
195 __in_z LPCWSTR /*wzProductCode*/, 195 __in_z LPCWSTR /*wzProductCode*/,
196 __in BOOL /*fPerMachine*/, 196 __in BOOL /*fPerMachine*/,
197 __in LPCWSTR /*wzVersion*/, 197 __in_z LPCWSTR /*wzVersion*/,
198 __in BOOTSTRAPPER_RELATED_OPERATION /*operation*/, 198 __in BOOTSTRAPPER_RELATED_OPERATION /*operation*/,
199 __inout BOOL* pfCancel 199 __inout BOOL* pfCancel
200 ) 200 )
@@ -294,7 +294,7 @@ public: // IBootstrapperApplication
294 virtual STDMETHODIMP OnPlanCompatibleMsiPackageBegin( 294 virtual STDMETHODIMP OnPlanCompatibleMsiPackageBegin(
295 __in_z LPCWSTR /*wzPackageId*/, 295 __in_z LPCWSTR /*wzPackageId*/,
296 __in_z LPCWSTR /*wzCompatiblePackageId*/, 296 __in_z LPCWSTR /*wzCompatiblePackageId*/,
297 __in LPCWSTR /*wzCompatiblePackageVersion*/, 297 __in_z LPCWSTR /*wzCompatiblePackageVersion*/,
298 __in BOOL /*fRecommendedRemove*/, 298 __in BOOL /*fRecommendedRemove*/,
299 __inout BOOL* /*pfRequestRemove*/, 299 __inout BOOL* /*pfRequestRemove*/,
300 __inout BOOL* pfCancel 300 __inout BOOL* pfCancel
@@ -976,7 +976,7 @@ public: // IBootstrapperApplication
976 __in BOOTSTRAPPER_RELATION_TYPE /*relationType*/, 976 __in BOOTSTRAPPER_RELATION_TYPE /*relationType*/,
977 __in_z LPCWSTR /*wzBundleTag*/, 977 __in_z LPCWSTR /*wzBundleTag*/,
978 __in BOOL /*fPerMachine*/, 978 __in BOOL /*fPerMachine*/,
979 __in LPCWSTR /*wzVersion*/, 979 __in_z LPCWSTR /*wzVersion*/,
980 __in BOOL /*fRecommendedIgnoreBundle*/, 980 __in BOOL /*fRecommendedIgnoreBundle*/,
981 __inout BOOL* pfCancel, 981 __inout BOOL* pfCancel,
982 __inout BOOL* /*pfIgnoreBundle*/ 982 __inout BOOL* /*pfIgnoreBundle*/
@@ -1109,7 +1109,7 @@ public: // IBootstrapperApplication
1109 __in_z LPCWSTR /*wzBundleId*/, 1109 __in_z LPCWSTR /*wzBundleId*/,
1110 __in BOOTSTRAPPER_RELATION_TYPE /*relationType*/, 1110 __in BOOTSTRAPPER_RELATION_TYPE /*relationType*/,
1111 __in BOOL /*fPerMachine*/, 1111 __in BOOL /*fPerMachine*/,
1112 __in LPCWSTR /*wzVersion*/, 1112 __in_z LPCWSTR /*wzVersion*/,
1113 __inout BOOL* pfCancel 1113 __inout BOOL* pfCancel
1114 ) 1114 )
1115 { 1115 {