Collapse All
Parallels Virtualization SDK
ContentsIndex
PreviousUpNext
PrlDiskParams_GetCHS Function
PHT_VIRTUAL_DISK_PARAMS

Gets virtual disk Cylinders-Heads-Sectors (CHS) configuration.

Syntax
PRL_RESULT PrlDiskParams_GetCHS(
    PRL_HANDLE hParams, 
    PRL_CHS_PTR pCHS
);
File

PrlDisk.h

Parameters

hParams
[in] A handle of type PHT_VIRTUAL_DISK_PARAMS identifying the virtual disk parameters object.
pCHS
[out] A pointer to a variable that receives CHS configuration.

Returns

PRL_RESULT. Possible values are: 

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

Links
© 2021 Parallels International GmbH. All rights reserved.