Collapse All
Parallels Virtualization SDK
PrlBackup_SendProgress Function
PHT_BACKUP

Send backup progress information to the server.

Syntax
PRL_HANDLE PrlBackup_SendProgress(
    PRL_HANDLE hBackup, 
    PRL_UINT32 nCurrentProgress, 
    PRL_UINT32 nMaxProgress, 
    PRL_RESULT nError, 
    PRL_UINT32 nFlags
);
File

PrlApiBackup.h

Parameters

hBackup
A handle of type PHT_BACKUP .

nCurrentProgress
Current progress value
nMaxProgress
Maximum progress value
nError
Last backup error code.
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.

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