Changeset 59204 in vbox for trunk/include/VBox
- Timestamp:
- Dec 22, 2015 9:06:44 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 104828
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/shflsvc.h
r56291 r59204 600 600 #define SHFL_CF_ACCESS_ATTR_WRITE (0x00020000) 601 601 /** Read/Write access requested. */ 602 #define SHFL_CF_ACCESS_ATTR_READWRITE (SHFL_CF_ACCESS_ READ | SHFL_CF_ACCESS_WRITE)602 #define SHFL_CF_ACCESS_ATTR_READWRITE (SHFL_CF_ACCESS_ATTR_READ | SHFL_CF_ACCESS_ATTR_WRITE) 603 603 604 604 /** The file is opened in append mode. Ignored if SHFL_CF_ACCESS_WRITE is not set. */
Note:
See TracChangeset
for help on using the changeset viewer.