VirtualBox

Changeset 8913 in vbox for trunk/src/VBox/Runtime/r3/win


Ignore:
Timestamp:
May 19, 2008 11:34:46 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
30968
Message:

made RTFileGetMaxSizeEx() OS-specific

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/win/fileio-win.cpp

    r8560 r8913  
    496496
    497497
     498RTR3DECL(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
    498510RTR3DECL(bool) RTFileIsValid(RTFILE File)
    499511{
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette