Collapse All
Parallels C API Reference Guide
PrlAcl_GetAccessForOthers Function
PrlApi.h 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
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 © 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!