diff options
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 | } |