diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-11-15 20:23:44 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-11-17 19:06:00 -0600 |
commit | 846f5a033d346c1bac51c56d4936cd3118ebea7a (patch) | |
tree | 6370380f4aa18355feebc1a058f0793ad14cd899 /src/engine/elevation.h | |
parent | 0d873d28c2dd18444afa08b748e91f495ed1cf5c (diff) | |
download | wix-846f5a033d346c1bac51c56d4936cd3118ebea7a.tar.gz wix-846f5a033d346c1bac51c56d4936cd3118ebea7a.tar.bz2 wix-846f5a033d346c1bac51c56d4936cd3118ebea7a.zip |
Clean up the elevation code for MSI transactions.
Diffstat (limited to 'src/engine/elevation.h')
-rw-r--r-- | src/engine/elevation.h | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/src/engine/elevation.h b/src/engine/elevation.h index d82d9b1c..975981da 100644 --- a/src/engine/elevation.h +++ b/src/engine/elevation.h | |||
@@ -159,19 +159,14 @@ HRESULT ElevationChildResumeAutomaticUpdates(); | |||
159 | 159 | ||
160 | HRESULT ElevationMsiBeginTransaction( | 160 | HRESULT ElevationMsiBeginTransaction( |
161 | __in HANDLE hPipe, | 161 | __in HANDLE hPipe, |
162 | __in_opt HWND hwndParent, | 162 | __in LPCWSTR wzName |
163 | __in LPVOID pvContext | 163 | ); |
164 | ); | ||
165 | HRESULT ElevationMsiCommitTransaction( | 164 | HRESULT ElevationMsiCommitTransaction( |
166 | __in HANDLE hPipe, | 165 | __in HANDLE hPipe |
167 | __in_opt HWND hwndParent, | 166 | ); |
168 | __in LPVOID pvContext | ||
169 | ); | ||
170 | HRESULT ElevationMsiRollbackTransaction( | 167 | HRESULT ElevationMsiRollbackTransaction( |
171 | __in HANDLE hPipe, | 168 | __in HANDLE hPipe |
172 | __in_opt HWND hwndParent, | 169 | ); |
173 | __in LPVOID pvContext | ||
174 | ); | ||
175 | 170 | ||
176 | #ifdef __cplusplus | 171 | #ifdef __cplusplus |
177 | } | 172 | } |