Collapse All
Parallels C API Reference Guide
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
What do you think about this topic? Send feedback!