- Timestamp:
- May 26, 2008 5:28:57 PM (17 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/shflsvc.h
r8155 r9134 233 233 #define SHFL_CF_DIRECTORY (0x00000004) 234 234 235 /** Append data to a file. */ 236 #define SHFL_CF_APPEND (0x00000008) 237 235 238 /** Open/create action to do if object exists 236 239 * and if the object does not exists. -
trunk/src/VBox/HostServices/SharedFolders/vbsf.cpp
r8155 r9134 603 603 rc = VERR_INVALID_PARAMETER; 604 604 Log(("FLAG: SHFL_CF_ACT_MASK_IF_EXISTS - invalid parameter\n")); 605 } 606 607 if (fShflFlags & SHFL_CF_APPEND) 608 { 609 Log(("FLAG: SHFL_CF_APPEND\n")); 610 /** @todo fOpen |= RTFILE_O_APPEND; */ 605 611 } 606 612
Note:
See TracChangeset
for help on using the changeset viewer.