Collapse All
Parallels Virtualization SDK
ContentsIndex
PreviousUpNext
PrlBackupParam_GetOptions Function
PHT_BACKUP_PARAMS

Get the backup options.

Syntax
PRL_RESULT PrlBackupParam_GetOptions(
    PRL_HANDLE hBackupParams, 
    PRL_UINT32_PTR pnOptions
);
File

PrlApiBackup.h

Parameters

pnOptions
A pointer to a variable that receives the options bitmask.
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
© 2021 Parallels International GmbH. All rights reserved.