Changeset 8913 in vbox for trunk/src/VBox/Runtime/r3/win
- Timestamp:
- May 19, 2008 11:34:46 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 30968
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/fileio-win.cpp
r8560 r8913 496 496 497 497 498 RTR3DECL(int) RTFileGetMaxSizeEx(RTFILE File, PRTFOFF pcbMax) 499 { 500 /** @todo r=bird: 501 * We might have to make this code OS specific... 502 * In the worse case, we'll have to try GetVolumeInformationByHandle on vista and fall 503 * back on NtQueryVolumeInformationFile(,,,, FileFsAttributeInformation) else where, and 504 * check for known file system names. (For LAN shares we'll have to figure out the remote 505 * file system.) */ 506 return VERR_NOT_IMPLEMENTED; 507 } 508 509 498 510 RTR3DECL(bool) RTFileIsValid(RTFILE File) 499 511 {
Note:
See TracChangeset
for help on using the changeset viewer.