VirtualBox

Changeset 75536 in vbox


Ignore:
Timestamp:
Nov 17, 2018 12:17:59 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
126694
Message:

IPRT/fileio-win.cpp: added todo on RTFileQueryInfo.

File:
1 edited

Legend:

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

    r74460 r75536  
    838838    HANDLE hHandle = (HANDLE)RTFileToNative(hFile);
    839839
     840/** @todo use GetFileInformationByHandleEx here as GetFileInformationByHandle wastes time query the volume serial number! */
     841
    840842    BY_HANDLE_FILE_INFORMATION Data;
    841843    if (!GetFileInformationByHandle(hHandle, &Data))
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