Collapse All
Virtuozzo Virtualization SDK C API Reference
ContentsIndex
PreviousUpNext
PrlVmDevHd_GetEncryption Function
PHT_VIRTUAL_DEV_HARD_DISK

Returns the disk encryption parameters

Syntax
PRL_RESULT PrlVmDevHd_GetEncryption(
    PRL_HANDLE hVmDev, 
    PRL_HANDLE_PTR phEncryption
);
File

PrlApiVm.h

Parameters

hVmDev
A valid handle of type PHT_VIRTUAL_DEV_HARD_DISK identifying the virtual hard disk.
phEncryption
[out] A pointer to a variable that receives the PHT_DISK_ENCRYPTION handle containing the disk encryption parameters.

Returns

PRL_RESULT.

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