Changeset 43952 in vbox for trunk/include
- Timestamp:
- Nov 23, 2012 3:21:25 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/shflsvc.h
r39643 r43952 1339 1339 */ 1340 1340 1341 /** mapping is writable */ 1341 1342 #define SHFL_ADD_MAPPING_F_WRITABLE (RT_BIT_32(0)) 1343 /** mapping is automounted by the guest */ 1342 1344 #define SHFL_ADD_MAPPING_F_AUTOMOUNT (RT_BIT_32(1)) 1345 /** allow the guest to create symlinks */ 1343 1346 #define SHFL_ADD_MAPPING_F_CREATE_SYMLINKS (RT_BIT_32(2)) 1347 /** mapping is actually missing on the host */ 1348 #define SHFL_ADD_MAPPING_F_MISSING (RT_BIT_32(3)) 1344 1349 1345 1350 #define SHFL_CPARMS_ADD_MAPPING (3)
Note:
See TracChangeset
for help on using the changeset viewer.