Collapse All
Parallels Virtualization SDK
ContentsIndex
PreviousUpNext
PrlDiskStateParams_GetChildStateList Function
PHT_VIRTUAL_DISK_STATE_PARAMS  See Also

Gets virtual disk states child element list for specified element.

Syntax
PRL_RESULT PrlDiskStateParams_GetChildStateList(
    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_STATE_PARAMS.

See Also
Links
© 2021 Parallels International GmbH. All rights reserved.