diff options
Diffstat (limited to 'src/balutil/inc/BalBaseBootstrapperApplication.h')
-rw-r--r-- | src/balutil/inc/BalBaseBootstrapperApplication.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/balutil/inc/BalBaseBootstrapperApplication.h b/src/balutil/inc/BalBaseBootstrapperApplication.h index 1d014419..612faf54 100644 --- a/src/balutil/inc/BalBaseBootstrapperApplication.h +++ b/src/balutil/inc/BalBaseBootstrapperApplication.h | |||
@@ -101,7 +101,7 @@ public: // IBootstrapperApplication | |||
101 | __in BOOTSTRAPPER_RELATION_TYPE /*relationType*/, | 101 | __in BOOTSTRAPPER_RELATION_TYPE /*relationType*/, |
102 | __in_z LPCWSTR /*wzBundleTag*/, | 102 | __in_z LPCWSTR /*wzBundleTag*/, |
103 | __in BOOL /*fPerMachine*/, | 103 | __in BOOL /*fPerMachine*/, |
104 | __in DWORD64 /*dw64Version*/, | 104 | __in LPCWSTR /*wzVersion*/, |
105 | __inout BOOL* pfCancel, | 105 | __inout BOOL* pfCancel, |
106 | __inout BOOL* /*pfIgnoreBundle*/ | 106 | __inout BOOL* /*pfIgnoreBundle*/ |
107 | ) | 107 | ) |
@@ -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*/, |
@@ -149,7 +149,7 @@ public: // IBootstrapperApplication | |||
149 | __in BOOTSTRAPPER_RELATION_TYPE /*relationType*/, | 149 | __in BOOTSTRAPPER_RELATION_TYPE /*relationType*/, |
150 | __in_z LPCWSTR /*wzBundleTag*/, | 150 | __in_z LPCWSTR /*wzBundleTag*/, |
151 | __in BOOL /*fPerMachine*/, | 151 | __in BOOL /*fPerMachine*/, |
152 | __in DWORD64 /*dw64Version*/, | 152 | __in LPCWSTR /*wzVersion*/, |
153 | __in BOOTSTRAPPER_RELATED_OPERATION /*operation*/, | 153 | __in BOOTSTRAPPER_RELATED_OPERATION /*operation*/, |
154 | __inout BOOL* pfCancel | 154 | __inout BOOL* pfCancel |
155 | ) | 155 | ) |
@@ -170,7 +170,7 @@ public: // IBootstrapperApplication | |||
170 | virtual STDMETHODIMP OnDetectCompatibleMsiPackage( | 170 | virtual STDMETHODIMP OnDetectCompatibleMsiPackage( |
171 | __in_z LPCWSTR /*wzPackageId*/, | 171 | __in_z LPCWSTR /*wzPackageId*/, |
172 | __in_z LPCWSTR /*wzCompatiblePackageId*/, | 172 | __in_z LPCWSTR /*wzCompatiblePackageId*/, |
173 | __in DWORD64 /*dw64CompatiblePackageVersion*/, | 173 | __in LPCWSTR /*wzCompatiblePackageVersion*/, |
174 | __inout BOOL* pfCancel | 174 | __inout BOOL* pfCancel |
175 | ) | 175 | ) |
176 | { | 176 | { |
@@ -183,7 +183,7 @@ public: // IBootstrapperApplication | |||
183 | __in_z LPCWSTR /*wzUpgradeCode*/, | 183 | __in_z LPCWSTR /*wzUpgradeCode*/, |
184 | __in_z LPCWSTR /*wzProductCode*/, | 184 | __in_z LPCWSTR /*wzProductCode*/, |
185 | __in BOOL /*fPerMachine*/, | 185 | __in BOOL /*fPerMachine*/, |
186 | __in DWORD64 /*dw64Version*/, | 186 | __in LPCWSTR /*wzVersion*/, |
187 | __in BOOTSTRAPPER_RELATED_OPERATION /*operation*/, | 187 | __in BOOTSTRAPPER_RELATED_OPERATION /*operation*/, |
188 | __inout BOOL* pfCancel | 188 | __inout BOOL* pfCancel |
189 | ) | 189 | ) |
@@ -264,7 +264,7 @@ public: // IBootstrapperApplication | |||
264 | virtual STDMETHODIMP OnPlanCompatibleMsiPackageBegin( | 264 | virtual STDMETHODIMP OnPlanCompatibleMsiPackageBegin( |
265 | __in_z LPCWSTR /*wzPackageId*/, | 265 | __in_z LPCWSTR /*wzPackageId*/, |
266 | __in_z LPCWSTR /*wzCompatiblePackageId*/, | 266 | __in_z LPCWSTR /*wzCompatiblePackageId*/, |
267 | __in DWORD64 /*dw64CompatiblePackageVersion*/, | 267 | __in LPCWSTR /*wzCompatiblePackageVersion*/, |
268 | __in BOOTSTRAPPER_REQUEST_STATE /*recommendedState*/, | 268 | __in BOOTSTRAPPER_REQUEST_STATE /*recommendedState*/, |
269 | __inout BOOTSTRAPPER_REQUEST_STATE* /*pRequestedState*/, | 269 | __inout BOOTSTRAPPER_REQUEST_STATE* /*pRequestedState*/, |
270 | __inout BOOL* pfCancel | 270 | __inout BOOL* pfCancel |