aboutsummaryrefslogtreecommitdiff
path: root/src/balutil/inc/BalBaseBAFunctions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/balutil/inc/BalBaseBAFunctions.h')
-rw-r--r--src/balutil/inc/BalBaseBAFunctions.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/balutil/inc/BalBaseBAFunctions.h b/src/balutil/inc/BalBaseBAFunctions.h
index 4e095fb8..72edadd5 100644
--- a/src/balutil/inc/BalBaseBAFunctions.h
+++ b/src/balutil/inc/BalBaseBAFunctions.h
@@ -103,7 +103,7 @@ public: // IBootstrapperApplication
103 __in BOOTSTRAPPER_RELATION_TYPE /*relationType*/, 103 __in BOOTSTRAPPER_RELATION_TYPE /*relationType*/,
104 __in_z LPCWSTR /*wzBundleTag*/, 104 __in_z LPCWSTR /*wzBundleTag*/,
105 __in BOOL /*fPerMachine*/, 105 __in BOOL /*fPerMachine*/,
106 __in DWORD64 /*dw64Version*/, 106 __in LPCWSTR /*wzVersion*/,
107 __inout BOOL* /*pfCancel*/, 107 __inout BOOL* /*pfCancel*/,
108 __inout BOOL* /*pfIgnoreBundle*/ 108 __inout BOOL* /*pfIgnoreBundle*/
109 ) 109 )
@@ -123,7 +123,7 @@ public: // IBootstrapperApplication
123 virtual STDMETHODIMP OnDetectUpdate( 123 virtual STDMETHODIMP OnDetectUpdate(
124 __in_z LPCWSTR /*wzUpdateLocation*/, 124 __in_z LPCWSTR /*wzUpdateLocation*/,
125 __in DWORD64 /*dw64Size*/, 125 __in DWORD64 /*dw64Size*/,
126 __in DWORD64 /*dw64Version*/, 126 __in LPCWSTR /*wzVersion*/,
127 __in_z LPCWSTR /*wzTitle*/, 127 __in_z LPCWSTR /*wzTitle*/,
128 __in_z LPCWSTR /*wzSummary*/, 128 __in_z LPCWSTR /*wzSummary*/,
129 __in_z LPCWSTR /*wzContentType*/, 129 __in_z LPCWSTR /*wzContentType*/,
@@ -148,7 +148,7 @@ public: // IBootstrapperApplication
148 __in BOOTSTRAPPER_RELATION_TYPE /*relationType*/, 148 __in BOOTSTRAPPER_RELATION_TYPE /*relationType*/,
149 __in_z LPCWSTR /*wzBundleTag*/, 149 __in_z LPCWSTR /*wzBundleTag*/,
150 __in BOOL /*fPerMachine*/, 150 __in BOOL /*fPerMachine*/,
151 __in DWORD64 /*dw64Version*/, 151 __in LPCWSTR /*wzVersion*/,
152 __in BOOTSTRAPPER_RELATED_OPERATION /*operation*/, 152 __in BOOTSTRAPPER_RELATED_OPERATION /*operation*/,
153 __inout BOOL* /*pfCancel*/ 153 __inout BOOL* /*pfCancel*/
154 ) 154 )
@@ -167,7 +167,7 @@ public: // IBootstrapperApplication
167 virtual STDMETHODIMP OnDetectCompatibleMsiPackage( 167 virtual STDMETHODIMP OnDetectCompatibleMsiPackage(
168 __in_z LPCWSTR /*wzPackageId*/, 168 __in_z LPCWSTR /*wzPackageId*/,
169 __in_z LPCWSTR /*wzCompatiblePackageId*/, 169 __in_z LPCWSTR /*wzCompatiblePackageId*/,
170 __in DWORD64 /*dw64CompatiblePackageVersion*/, 170 __in LPCWSTR /*wzCompatiblePackageVersion*/,
171 __inout BOOL* /*pfCancel*/ 171 __inout BOOL* /*pfCancel*/
172 ) 172 )
173 { 173 {
@@ -179,7 +179,7 @@ public: // IBootstrapperApplication
179 __in_z LPCWSTR /*wzUpgradeCode*/, 179 __in_z LPCWSTR /*wzUpgradeCode*/,
180 __in_z LPCWSTR /*wzProductCode*/, 180 __in_z LPCWSTR /*wzProductCode*/,
181 __in BOOL /*fPerMachine*/, 181 __in BOOL /*fPerMachine*/,
182 __in DWORD64 /*dw64Version*/, 182 __in LPCWSTR /*wzVersion*/,
183 __in BOOTSTRAPPER_RELATED_OPERATION /*operation*/, 183 __in BOOTSTRAPPER_RELATED_OPERATION /*operation*/,
184 __inout BOOL* /*pfCancel*/ 184 __inout BOOL* /*pfCancel*/
185 ) 185 )
@@ -254,7 +254,7 @@ public: // IBootstrapperApplication
254 virtual STDMETHODIMP OnPlanCompatibleMsiPackageBegin( 254 virtual STDMETHODIMP OnPlanCompatibleMsiPackageBegin(
255 __in_z LPCWSTR /*wzPackageId*/, 255 __in_z LPCWSTR /*wzPackageId*/,
256 __in_z LPCWSTR /*wzCompatiblePackageId*/, 256 __in_z LPCWSTR /*wzCompatiblePackageId*/,
257 __in DWORD64 /*dw64CompatiblePackageVersion*/, 257 __in LPCWSTR /*wzCompatiblePackageVersion*/,
258 __in BOOTSTRAPPER_REQUEST_STATE /*recommendedState*/, 258 __in BOOTSTRAPPER_REQUEST_STATE /*recommendedState*/,
259 __inout BOOTSTRAPPER_REQUEST_STATE* /*pRequestedState*/, 259 __inout BOOTSTRAPPER_REQUEST_STATE* /*pRequestedState*/,
260 __inout BOOL* /*pfCancel*/ 260 __inout BOOL* /*pfCancel*/