Collapse All
Parallels Virtualization SDK
PrlDiskParams_SetStorageList Function
PHT_VIRTUAL_DISK_PARAMS See Also

Sets virtual disk storages list.

Syntax
PRL_RESULT PrlDiskParams_SetStorageList(
    PRL_HANDLE hParams, 
    PRL_HANDLE hList
);
File

PrlDisk.h

Parameters

hParams
[in] A handle of type PHT_VIRTUAL_DISK_STATE_PARAMS identifying the virtual disk state.
hList
[in] A handle of type PHT_HANDLES_LIST that specifies list of disk storages.
Returns

PRL_RESULT . Possible values are:

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

Remarks

Each element in the list must be a handle of type PHT_VIRTUAL_DISK_STORAGE_PARAMS .

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