Collapse All
Parallels Virtualization SDK
ContentsIndex
PreviousUpNext
PrlVmDevHd_GetBlockSize Function
PHT_VIRTUAL_DEV_HARD_DISK  See Also

Returns the hard disk block size.

Syntax
PRL_RESULT PrlVmDevHd_GetBlockSize(
    PRL_HANDLE hVmDev, 
    PRL_UINT32_PTR pnBytes
);
File

PrlApiDeprecated.h

Parameters

hVmDev
A valid handle of type PHT_VIRTUAL_DEV_HARD_DISK identifying the virtual hard disk.
pnnBytes
[out] Pointer to a variable that receives the hard disk size.

Returns

PRL_RESULT. Possible values: 

PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed. 

PRL_ERR_SUCCESS - function completed successfully. 

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