Changeset 35308 in vbox for trunk/include/VBox
- Timestamp:
- Dec 23, 2010 11:45:59 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69161
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmasynccompletion.h
r34586 r35308 229 229 /** Open the file in read-only mode. */ 230 230 #define PDMACEP_FILE_FLAGS_READ_ONLY RT_BIT_32(0) 231 /** whether file content should be cached by the endpoint. */232 #define PDMACEP_FILE_FLAGS_CACHING RT_BIT_32(1)233 231 /** Whether the file should not be write protected. 234 232 * The default is to protect the file against writes by other processes
Note:
See TracChangeset
for help on using the changeset viewer.