Collapse All
Parallels Virtualization SDK
PrlDisk_IsBootable_Local Function
PHT_VIRTUAL_DISK

This function used to check is the disk bootable or not

Syntax
PRL_RESULT PrlDisk_IsBootable_Local(
    PRL_CONST_STR pDiskName, 
    PRL_BOOL_PTR pBootable
);
File

PrlDisk.h

Parameters

pDiskName
The disk name for which to obtain the handle, in UTF-8 format. Disk name is the same as the bundle name (Mac) or the directory name (Windows, Linux) containing the virtual disk files.
pBootable
Pointer to the value receiving disk status
Returns

PRL_RESULT error code.

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