Collapse All
Parallels Virtualization SDK
PrlBackup_GetInfo Function
PHT_BACKUP

Returns backup info handle.

Syntax
PRL_RESULT PrlBackup_GetInfo(
    PRL_HANDLE hBackup, 
    PRL_HANDLE_PTR phBackupInfo
);
File

PrlApiBackup.h

Parameters

hBackup
A handle of type PHT_BACKUP .

phInfo
[out] A pointer to a variable that receives the handle of type PHT_BACKUP_INFO .
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.