Collapse All
Parallels C API Reference Guide
PRL_VM_ACCESS_FOR_OTHERS Enumeration
PrlEnums.h PRL_VM Structs

Specifies virtual machine access rights.

Syntax
typedef enum _PRL_VM_ACCESS_FOR_OTHERS {
  PAO_VM_NOT_SHARED = 0,
  PAO_VM_SHARED_ON_VIEW,
  PAO_VM_SHARED_ON_VIEW_AND_RUN,
  PAO_VM_SHARED_ON_FULL_ACCESS
} PRL_VM_ACCESS_FOR_OTHERS;
File
Type Parameters

PAO_VM_NOT_SHARED
Only the owner of the virtual machine has access to it. The machine will be hidden from all other users.
PAO_VM_SHARED_ON_VIEW
Other users can see the machine but they cannot run it. Other access rights can be determined using methods from the PHT_ACCESS_RIGHTS object.
PAO_VM_SHARED_ON_VIEW_AND_RUN
Other users can see the machine and they can also run it. Other access rights can be determined using methods from the PHT_ACCESS_RIGHTS object.
PAO_VM_SHARED_ON_FULL_ACCESS
Other users have full access to the virtual machine.
Links
Copyright © 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!