VirtualBox

Changeset 75652 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Nov 21, 2018 9:00:31 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
126831
Message:

IPRT/dir: Adding RTDirRewind for use with shared folders.

Location:
trunk/include/iprt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/dir.h

    r70890 r75652  
    529529
    530530/**
     531 * Rewind and restart the directory reading.
     532 *
     533 * @returns IRPT status code.
     534 * @param   hDir            The directory handle to rewind.
     535 */
     536RTDECL(int) RTDirRewind(RTDIR hDir);
     537
     538/**
    531539 * Renames a file.
    532540 *
  • trunk/include/iprt/mangling.h

    r75243 r75652  
    788788# define RTDirRemoveRecursive                           RT_MANGLER(RTDirRemoveRecursive)
    789789# define RTDirRename                                    RT_MANGLER(RTDirRename)
     790# define RTDirRewind                                    RT_MANGLER(RTDirRewind)
    790791# define RTDirSetTimes                                  RT_MANGLER(RTDirSetTimes)
    791792# define RTDirRelFileOpen                               RT_MANGLER(RTDirRelFileOpen)
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