Collapse All
Parallels Virtualization SDK
PrlDisk_IsEncrypted Function
PHT_VIRTUAL_DISK

This function used to check is the disk encrypted or not

Syntax
PRL_RESULT PrlDisk_IsEncrypted(
    const PRL_HANDLE Handle, 
    PRL_BOOL_PTR Out
);
File

PrlDisk.h

Parameters

Handle
A handle of type PHT_VIRTUAL_DISK identifying the source virtual disk.
Out
Boolean value, that receive status of disk encryption
Returns

PRL_RESULT error code.

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