Collapse All
Parallels Virtualization SDK
ContentsIndex
PreviousUpNext
PrlDisk_GetParams Function
PHT_VIRTUAL_DISK

Gets virtual disk parameters.

Syntax
PRL_RESULT PrlDisk_GetParams(
    PRL_HANDLE hDisk, 
    PRL_HANDLE_PTR phParams
);
File

PrlDisk.h

Parameters

hDisk
[in] A handle of type PHT_VIRTUAL_DISK identifying the virtual disk
phParams
[out] A pointer to a variable that receives the new handle of type PHT_VIRTUAL_DISK_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. 

Links
© 2021 Parallels International GmbH. All rights reserved.