Changeset 18122 in vbox
- Timestamp:
- Mar 20, 2009 4:17:00 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/include/VBox/shflsvc.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/shflsvc.h
r9459 r18122 279 279 #define SHFL_CF_ACCESS_DENYALL (SHFL_CF_ACCESS_DENYREAD | SHFL_CF_ACCESS_DENYWRITE) 280 280 281 /** Requested access to attributes of the object. */ 282 #define SHFL_CF_ACCESS_MASK_ATTR (0x00030000) 283 284 /** No access requested. */ 285 #define SHFL_CF_ACCESS_ATTR_NONE (0x00000000) 286 /** Read access requested. */ 287 #define SHFL_CF_ACCESS_ATTR_READ (0x00010000) 288 /** Write access requested. */ 289 #define SHFL_CF_ACCESS_ATTR_WRITE (0x00020000) 290 /** Read/Write access requested. */ 291 #define SHFL_CF_ACCESS_ATTR_READWRITE (SHFL_CF_ACCESS_READ | SHFL_CF_ACCESS_WRITE) 281 292 282 293 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.

