Collapse All
Parallels C API Reference Guide
PrlDisk_IsCompactable Function
PrlDisk.h PHT_VIRTUAL_DISK See Also

Determines if the specified virtual disk can be compacted.

Syntax
PRL_RESULT PrlDisk_IsCompactable(
    const PRL_HANDLE Handle, 
    PRL_BOOL_PTR Result
);
File
Parameters

Handle
A handle of type PHT_VIRTUAL_DISK identifying the virtual disk.
Result
[out] A pointer to a variable that receives the result. PRL_TRUE indicates that the disk image can be compacted. PRL_FALSE indicates otherwise.
Returns

PRL_RESULT . Possible values:

PRL_ERR_INVALID_ARG - invalid argument values.

PRL_ERR_SUCCESS - function completed successfully.

Remarks

See the PrlDisk_Compact function for more information on disk compacting.

See Also
Links
Copyright © 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!