Changeset 24341 in vbox for trunk/src/VBox
- Timestamp:
- Nov 4, 2009 3:23:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/fileio-win.cpp
r24338 r24341 220 220 } 221 221 if (dwCreationDisposition == TRUNCATE_EXISTING) 222 /* The calling process must open the file with the GENERIC_WRITE bit set as part of the dwDesiredAccess parameter. */222 /* Required for truncating the file (see MSDN), it is *NOT* part of FILE_GENERIC_WRITE. */ 223 223 dwDesiredAccess |= GENERIC_WRITE; 224 224
Note:
See TracChangeset
for help on using the changeset viewer.