Performs begin start hard disks conversions to the server side.
PRL_HANDLE PrlSrv_StartConvertHdd( PRL_HANDLE hServer, PRL_HANDLE hStringsList );
PrlApiDeprecated.h
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
it can be catched with async result processing callback (@see PrlSrv_RegEventHandler).