aboutsummaryrefslogtreecommitdiff
path: root/src/dutil/inc/shelutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dutil/inc/shelutil.h')
-rw-r--r--src/dutil/inc/shelutil.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dutil/inc/shelutil.h b/src/dutil/inc/shelutil.h
index 21e82672..0b9f539d 100644
--- a/src/dutil/inc/shelutil.h
+++ b/src/dutil/inc/shelutil.h
@@ -19,9 +19,9 @@ void DAPI ShelFunctionOverride(
19 ); 19 );
20HRESULT DAPI ShelExec( 20HRESULT DAPI ShelExec(
21 __in_z LPCWSTR wzTargetPath, 21 __in_z LPCWSTR wzTargetPath,
22 __in_opt LPCWSTR wzParameters, 22 __in_z_opt LPCWSTR wzParameters,
23 __in_opt LPCWSTR wzVerb, 23 __in_z_opt LPCWSTR wzVerb,
24 __in_opt LPCWSTR wzWorkingDirectory, 24 __in_z_opt LPCWSTR wzWorkingDirectory,
25 __in int nShowCmd, 25 __in int nShowCmd,
26 __in_opt HWND hwndParent, 26 __in_opt HWND hwndParent,
27 __out_opt HANDLE* phProcess 27 __out_opt HANDLE* phProcess