Collapse All
Parallels Virtualization SDK
PrlSrv_StartConvertHdd Function
PHT_SERVER

Performs begin start hard disks conversions to the server side.

Syntax
PRL_HANDLE PrlSrv_StartConvertHdd(
    PRL_HANDLE hServer, 
    PRL_HANDLE hStringsList
);
File

PrlApiDeprecated.h

Parameters

handle
valid PRL_HANDLE of PHT_SERVER type valid PRL_HANDLE of PHT_STRINGS_LIST type with list of hard disks paths
Returns

PRL_HANDLE to job that describing async operation result ( PRL_INVALID_HANDLE means not enough memory to instantiate async job represents object handle). Operation return code can be extracted with @ref PrlJob_GetRetCode () call. Possible values: PRL_ERR_INVALID_ARG - non valid PHT_SERVER handle or non valid PHT_STRINGS_LIST handle was passed PRL_ERR_SUCCESS - task was started successfully

Remarks

it can be catched with async result processing callback (@see PrlSrv_RegEventHandler ).

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