Collapse All
Parallels Virtualization SDK
PrlDiskParams_GetStorageList Function
PHT_VIRTUAL_DISK_PARAMS See Also

Gets virtual disk storages list.

Syntax
PRL_RESULT PrlDiskParams_GetStorageList(
    PRL_HANDLE hParams, 
    PRL_HANDLE_PTR phList
);
File

PrlDisk.h

Parameters

hParams
[in] A handle of type PHT_VIRTUAL_DISK_STATE_PARAMS identifying the virtual disk state.
phList
[out] A pointer to a variable that receives the new handle of type PHT_HANDLES_LIST .
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

Each element in the list has handle of type PHT_VIRTUAL_DISK_STORAGE_PARAMS .

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