diff options
Diffstat (limited to 'src/dutil/inc/pathutil.h')
-rw-r--r-- | src/dutil/inc/pathutil.h | 6 |
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 | ********************************************************************/ |
21 | DAPI_(HRESULT) PathCommandLineAppend( | 21 | DAPI_(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 | ********************************************************************/ |
44 | DAPI_(HRESULT) PathGetDirectory( | 44 | DAPI_(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 | *******************************************************************/ |
207 | DAPI_(HRESULT) PathGetHierarchyArray( | 207 | DAPI_(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 | ||