Collapse All
Parallels Virtualization SDK
ContentsIndex
PreviousUpNext
PrlBackupParam_SetLocationTimeout Function
PHT_BACKUP_PARAMS

Sets the backup location timeout.

Syntax
PRL_RESULT PrlBackupParam_SetLocationTimeout(
    PRL_HANDLE hBackupParams, 
    PRL_UINT64 nTimeout
);
File

PrlApiBackup.h

Parameters

nTimeout
Backup location timeout value.
hBackup
A handle of type PHT_BACKUP_PARAMS

 

Returns

PRL_RESULT. Possible values: 

PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed. 

PRL_ERR_OUT_OF_MEMORY - out of memory to create backup object. 

PRL_ERR_BACKUP_IN_PROGRESS - parameter can not be changed because the backup operation already started. 

PRL_ERR_SUCCESS - function completed successfully. 

Remarks

It defines the maximum allowed time between two backups for same location when change monitoring is enabled.

Links
© 2021 Parallels International GmbH. All rights reserved.