Collapse All
Parallels Virtualization SDK
PrlDiskStorageParams_Create Function
PHT_VIRTUAL_DISK_STORAGE_PARAMS

Creates virtual disk storage parameters object handle.

Syntax
PRL_RESULT PrlDiskStorageParams_Create(
    PRL_HANDLE_PTR phParams
);
File

PrlDisk.h

Parameters

phParams
[out] A pointer to a variable that receives the new handle of type PHT_VIRTUAL_DISK_STORAGE_PARAMS
Returns

PRL_RESULT . Possible values are:

PRL_ERR_INVALID_ARG - Invalid handle or null pointer was passed. PRL_ERR_OUT_OF_MEMORY - Not enough memory to create an object. PRL_ERR_SUCCESS - Function completed successfully.

Remarks

Virtual disk storage parameters can be customize to perfrom disk operations, like create virtual disk.

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