Collapse All
Parallels C API Reference Guide
_PRL_SHARED_ITEM_ACCESS_MASK Enumeration
Structs, Records, Enums

File sharing item access mode mask

Syntax
enum _PRL_SHARED_ITEM_ACCESS_MASK {
  PSAM_READ_ACCESS = 1<<0,
  PSAM_WRITE_ACCESS = 1<<1
};
File

PrlEnums.h

Members

PSAM_READ_ACCESS
Read access granted to the item
PSAM_WRITE_ACCESS
Write access granted to the item
Links
What do you think about this topic? Send feedback!