Collapse All
Parallels Virtualization SDK
PrlVmDevHd_GetOnlineCompactMode Function
PHT_VIRTUAL_DEV_HARD_DISK

Returns the virtual hard disk online compact mode.

Syntax
PRL_RESULT PrlVmDevHd_GetOnlineCompactMode(
    PRL_HANDLE hVmDev, 
    PRL_ONLINE_COMPACT_MODE_PTR pnMode
);
File

PrlApiVm.h

Parameters

hVmDev
A handle identifying the virtual hard disk.
pnMode
[out] A pointer to a variable that receives the result.
Returns

PRL_RESULT . Possible values:

PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed.

PRL_ERR_SUCCESS - function completed successfully.

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