Collapse All
Virtuozzo Virtualization SDK C API Reference
ContentsIndex
PreviousUpNext
PHT_ACCESS_RIGHTS
Functions  Functions by Handle  Legend

The PHT_ACCESS_RIGHTS handle is used to obtain and modify the virtual machine access rights information.

Description

By default, only the owner of a virtual machine has full access to it. All other users are completely unaware of the machine (it will not even appear in the list of the available virtual machines for them). The owner of the virtual machine can change this by setting the virtual machine access rights for other users. The access rights include no-access, view, run, full access (see PRL_VM_ACCESS_FOR_OTHERS for the complete list). 

The PHT_ACCESS_RIGHTS handle is obtained by calling the PrlVmCfg_GetAccessRights or the PrlVmInfo_GetAccessRights function. An object returned by either function will contain access rights information for a specific virtual machine. You can use either function to obtain a handle depending on the application logic.

Functions
 
Name 
Description 
 
Obtains the virtual machine access rights information. 
 
Determines the virtual machine owner name. 
 
Determines if the current user is authorized to perform a specified task on a virtual machine. 
 
Determines if the current user is the owner of the specified virtual machine. 
 
Sets access rights on a virtual machine. 
Links
Copyright ©2016-2017 Parallels International GmbH. All rights reserved.