Collapse All
Virtuozzo Virtualization SDK C API Reference
ContentsIndex
PreviousUpNext
PrlBootDev_GetType Function
PHT_BOOT_DEVICE  See Also

Returns the boot device type.

Syntax
PRL_RESULT PrlBootDev_GetType(
    PRL_HANDLE hVmBootDev, 
    PRL_DEVICE_TYPE_PTR pnDevType
);
File

PrlApiVm.h

Parameters

hVmBootDev
A handle of type PHT_BOOT_DEVICE identifying the boot device.
pnDevType
[out] A pointer to a variable that receives the device type.

Returns

PRL_RESULT. Possible values: 

PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed. 

PRL_ERR_SUCCESS - function completed successfully. 

Remarks

Device type is a property that, together with device index, is used to uniquely identify a device in the virtual machine boot list. The supported device types are defined in the PRL_DEVICE_TYPE enumeration.

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