Changeset 69674 in vbox for trunk/src/VBox/Runtime/include
- Timestamp:
- Nov 13, 2017 3:29:43 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/dir.h
r69474 r69674 73 73 /** The length of the path. */ 74 74 size_t cchPath; 75 /** Set to indicate that the Data member contains unread data. */76 bool fDataUnread;77 75 /** Pointer to the converted filename. 78 76 * This can be NULL. */ … … 86 84 /** The size of this structure. */ 87 85 size_t cbSelf; 86 /** The RTDIR_F_XXX flags passed to RTDirOpenFiltered */ 87 uint32_t fFlags; 88 /** Set to indicate that the Data member contains unread data. */ 89 bool fDataUnread; 88 90 89 91 #ifndef RTDIR_AGNOSTIC
Note:
See TracChangeset
for help on using the changeset viewer.