Collapse All
Parallels Virtualization SDK
PrlBackupParam_GetLocationTimeout Function
PHT_BACKUP_PARAMS

Returns the backup location timeout.

Syntax
PRL_RESULT PrlBackupParam_GetLocationTimeout(
    PRL_HANDLE hBackupParams, 
    PRL_UINT64_PTR pnTimeout
);
File

PrlApiBackup.h

Parameters

pnTimeout
A pointer to a variable that receives the result.
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_SUCCESS - function completed successfully.

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