diff options
Diffstat (limited to 'src/dutil/inc/fileutil.h')
-rw-r--r-- | src/dutil/inc/fileutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dutil/inc/fileutil.h b/src/dutil/inc/fileutil.h index d2b2f4fe..7caa62b8 100644 --- a/src/dutil/inc/fileutil.h +++ b/src/dutil/inc/fileutil.h | |||
@@ -121,7 +121,7 @@ HRESULT DAPI FileReadPartial( | |||
121 | __in BOOL fPartialOK | 121 | __in BOOL fPartialOK |
122 | ); | 122 | ); |
123 | HRESULT DAPI FileReadPartialEx( | 123 | HRESULT DAPI FileReadPartialEx( |
124 | __deref_out_bcount_full(*pcbDest) LPBYTE* ppbDest, | 124 | __deref_inout_bcount_full(*pcbDest) LPBYTE* ppbDest, |
125 | __out_range(<=, cbMaxRead) SIZE_T* pcbDest, | 125 | __out_range(<=, cbMaxRead) SIZE_T* pcbDest, |
126 | __in_z LPCWSTR wzSrcPath, | 126 | __in_z LPCWSTR wzSrcPath, |
127 | __in BOOL fSeek, | 127 | __in BOOL fSeek, |