Collapse All
Parallels Desktop® 10 for Mac — C API Reference Guide
PrlDisk_ConvertToExtendFormat Function
PHT_VIRTUAL_DISK

Convert all Expanding images to Extend_Expanding

Syntax
PRL_RESULT PrlDisk_ConvertToExtendFormat(
    const PRL_HANDLE Handle, 
    const PRL_DISK_CALLBACK pCallback, 
    PRL_VOID_PTR pParameter
);
File

PrlDisk.h

Parameters

Handle
A handle of type PHT_VIRTUAL_DISK identifying
pCallback
A pointer to a callback function or NULL pointer. If the parameter contains a pointer to a callback, the function will be called asynchronously. If it contains NULL pointer, the function will be called synchronously.
pParameter
A pointer to a buffer containing user-defined data to pass to the callback function. the virtual disk.
Returns

PRL_RESULT . Possible values:

PRL_ERR_INVALID_ARG - invalid argument values.

PRL_ERR_SUCCESS - function completed successfully.

Links
Copyright © 1999-2015 Parallels IP Holdings GmbH and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!