aboutsummaryrefslogtreecommitdiff
path: root/src/burn/engine/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/burn/engine/core.h')
-rw-r--r--src/burn/engine/core.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/burn/engine/core.h b/src/burn/engine/core.h
index 186b49ca..1e672651 100644
--- a/src/burn/engine/core.h
+++ b/src/burn/engine/core.h
@@ -306,6 +306,13 @@ HRESULT CoreAppendFileHandleSelfToCommandLine(
306 __deref_inout_z LPWSTR* psczCommandLine, 306 __deref_inout_z LPWSTR* psczCommandLine,
307 __deref_inout_z_opt LPWSTR* psczObfuscatedCommandLine 307 __deref_inout_z_opt LPWSTR* psczObfuscatedCommandLine
308 ); 308 );
309HRESULT CoreAppendLogToCommandLine(
310 __deref_inout_z LPWSTR* psczCommandLine,
311 __deref_inout_z_opt LPWSTR* psczObfuscatedCommandLine,
312 __in BOOL fRollback,
313 __in BURN_VARIABLES* pVariables,
314 __in BURN_PACKAGE *pPackage
315 );
309HRESULT CoreAppendSplashScreenWindowToCommandLine( 316HRESULT CoreAppendSplashScreenWindowToCommandLine(
310 __in_opt HWND hwndSplashScreen, 317 __in_opt HWND hwndSplashScreen,
311 __deref_inout_z LPWSTR* psczCommandLine 318 __deref_inout_z LPWSTR* psczCommandLine