Changeset 25292 in vbox for trunk/include/iprt
- Timestamp:
- Dec 10, 2009 10:29:57 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/dir.h
r23305 r25292 314 314 * Which set of additional attributes to request. 315 315 * Use RTFSOBJATTRADD_NOTHING if this doesn't matter. 316 */ 317 RTDECL(int) RTDirReadEx(PRTDIR pDir, PRTDIRENTRYEX pDirEntry, size_t *pcbDirEntry, RTFSOBJATTRADD enmAdditionalAttribs); 316 * @param fFlags RTPATH_F_ON_LINK or RTPATH_F_FOLLOW_LINK. 317 */ 318 RTDECL(int) RTDirReadEx(PRTDIR pDir, PRTDIRENTRYEX pDirEntry, size_t *pcbDirEntry, RTFSOBJATTRADD enmAdditionalAttribs, uint32_t fFlags); 318 319 319 320
Note:
See TracChangeset
for help on using the changeset viewer.