Collapse All
Parallels Virtualization SDK
PrlSrv_GetBackupVmByPath Function
PHT_SERVER

Retrieves backupable virtual machine registered by specific path.

Syntax
PRL_HANDLE PrlSrv_GetBackupVmByPath(
    PRL_HANDLE hServer, 
    PRL_CONST_STR strPath, 
    PRL_UINT32 nFlags
);
File

PrlApiBackup.h

Parameters

hServer
A handle of type PHT_SERVER identifying the Parallels Service.
strPath
Path to the virtual machine.
nFlags
Reserved parameter.
Returns

A handle of type PHT_JOB containing the results of this asynchronous operation or PRL_INVALID_HANDLE if there's not enough memory to instantiate the job object. Job result contains PHT_BACKUP handle.

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