Collapse All
Parallels Virtualization SDK
PrlDiskStorageParams_SetImageType Function
PHT_VIRTUAL_DISK_STORAGE_PARAMS

Sets virtual disk storage image type.

Syntax
PRL_RESULT PrlDiskStorageParams_SetImageType(
    PRL_HANDLE hParams, 
    PRL_IMAGE_TYPE nType
);
File

PrlDisk.h

Parameters

hParams
[in] A handle of type PHT_VIRTUAL_DISK_STORAGE_PARAMS identifying the virtual disk storage object.
nType
[in] The type of virtual disk storage image.
Returns

PRL_RESULT . Possible values are:

PRL_ERR_INVALID_ARG - Invalid handle or null pointer was passed. PRL_ERR_SUCCESS - Function completed successfully.

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