aboutsummaryrefslogtreecommitdiff
path: root/src/dutil/inc/pathutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dutil/inc/pathutil.h')
-rw-r--r--src/dutil/inc/pathutil.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dutil/inc/pathutil.h b/src/dutil/inc/pathutil.h
index bee8ed1b..f4f4e59c 100644
--- a/src/dutil/inc/pathutil.h
+++ b/src/dutil/inc/pathutil.h
@@ -19,7 +19,7 @@ typedef enum PATH_EXPAND
19 (i.e. quote arguments with spaces in them). 19 (i.e. quote arguments with spaces in them).
20********************************************************************/ 20********************************************************************/
21DAPI_(HRESULT) PathCommandLineAppend( 21DAPI_(HRESULT) PathCommandLineAppend(
22 __deref_out_z LPWSTR* psczCommandLine, 22 __deref_inout_z LPWSTR* psczCommandLine,
23 __in_z LPCWSTR wzArgument 23 __in_z LPCWSTR wzArgument
24 ); 24 );
25 25
@@ -43,7 +43,7 @@ DAPI_(LPCWSTR) PathExtension(
43********************************************************************/ 43********************************************************************/
44DAPI_(HRESULT) PathGetDirectory( 44DAPI_(HRESULT) PathGetDirectory(
45 __in_z LPCWSTR wzPath, 45 __in_z LPCWSTR wzPath,
46 __out LPWSTR *psczDirectory 46 __out_z LPWSTR *psczDirectory
47 ); 47 );
48 48
49/******************************************************************* 49/*******************************************************************
@@ -206,7 +206,7 @@ DAPI_(HRESULT) PathCompress(
206*******************************************************************/ 206*******************************************************************/
207DAPI_(HRESULT) PathGetHierarchyArray( 207DAPI_(HRESULT) PathGetHierarchyArray(
208 __in_z LPCWSTR wzPath, 208 __in_z LPCWSTR wzPath,
209 __deref_inout_ecount_opt(*pcStrArray) LPWSTR **prgsczPathArray, 209 __deref_inout_ecount_opt(*pcPathArray) LPWSTR **prgsczPathArray,
210 __inout LPUINT pcPathArray 210 __inout LPUINT pcPathArray
211 ); 211 );
212 212