Collapse All
Virtuozzo Virtualization SDK C API Reference
ContentsIndex
PreviousUpNext
PrlAcl_GetAccessForOthers Function
PHT_ACCESS_RIGHTS  See Also

Obtains the virtual machine access rights information.

Syntax
PRL_RESULT PrlAcl_GetAccessForOthers(
    PRL_HANDLE hAcl, 
    PRL_VM_ACCESS_FOR_OTHERS_PTR pnAccessForOthers
);
File

PrlApiVm.h

Parameters

hAcl
A handle of type PHT_ACCESS_RIGHTS containing the access rights information for a virtual machine.
pnAccessForOthers
[out] A pointer to a variable that receives the virtual machine access level information.

Returns

PRL_RESULT. Possible values: 

PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed. 

PRL_ERR_SUCCESS - function completed successfully. 

Remarks

The function determines whether other users besides the owner can view, run, or have full access to a virtual machine.

See Also
Links
Copyright ©2016-2017 Parallels International GmbH. All rights reserved.