Collapse All
Parallels Virtualization SDK
ContentsIndex
PreviousUpNext
PrlBackupFile_GetDifferencesList Function
PHT_BACKUP_FILE

Returns backup file difference info handles list.

Syntax
PRL_RESULT PrlBackupFile_GetDifferencesList(
    PRL_HANDLE hFile, 
    PRL_HANDLE_PTR phList
);
File

PrlApiBackup.h

Parameters

hFile
A handle of type PHT_BACKUP_FILE

phList
[out] A pointer to a variable that receives the handle.
 

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
© 2021 Parallels International GmbH. All rights reserved.