VirtualBox

Changeset 18122 in vbox


Ignore:
Timestamp:
Mar 20, 2009 4:17:00 PM (16 years ago)
Author:
vboxsync
Message:

Shared folders: attributes access flags (Windows guest).

File:
1 edited

Legend:

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

    r9459 r18122  
    279279#define SHFL_CF_ACCESS_DENYALL          (SHFL_CF_ACCESS_DENYREAD | SHFL_CF_ACCESS_DENYWRITE)
    280280
     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)
    281292
    282293/** @} */
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