VirtualBox

Changeset 24351 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Nov 4, 2009 6:36:21 PM (15 years ago)
Author:
vboxsync
Message:

APPEND mode for shared folders (SHFL_CF_ACCESS_APPEND), missed header.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/shflsvc.h

    r21485 r24351  
    337337#define SHFL_CF_ACCESS_ATTR_READWRITE   (SHFL_CF_ACCESS_READ | SHFL_CF_ACCESS_WRITE)
    338338
     339/** The file is opened in append mode. Ignored if SHFL_CF_ACCESS_WRITE is not set. */
     340#define SHFL_CF_ACCESS_APPEND           (0x00040000)
     341
    339342/** @} */
    340343
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette