Collapse All
Parallels Virtualization SDK
_PRL_SHARED_ITEM_ACCESS_MASK Enumeration
Other Structs

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
Copyright © 1999-2017 Parallels International GmbH. All rights reserved.