Changeset 73108 in vbox for trunk/include/iprt
- Timestamp:
- Jul 13, 2018 6:06:12 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123687
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/vfslowlevel.h
r69977 r73108 316 316 /** The structure version (RTVFSOBJSETOPS_VERSION). */ 317 317 uint32_t uVersion; 318 /** The offset to the RTVFSOBJOPS structure. */319 int32_toffObjOps;318 /** The offset back to the RTVFSOBJOPS structure. */ 319 uint32_t offObjOps; 320 320 321 321 /**
Note:
See TracChangeset
for help on using the changeset viewer.