Changeset 9355 in vbox for trunk/src/VBox/Runtime/include
- Timestamp:
- Jun 3, 2008 3:32:05 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/dir.h
r8245 r9355 101 101 /** What opendir() returned. */ 102 102 DIR *pDir; 103 /** The max size of the d_name member. 104 * This includes the 0 terminator of course.*/ 105 size_t cbMaxName; 103 106 /** Find data buffer. 104 107 * fDataUnread indicates valid data. */
Note:
See TracChangeset
for help on using the changeset viewer.