Collapse All
Parallels Virtualization SDK
ContentsIndex
PreviousUpNext
PrlBackupInfo_GetState Function
PHT_BACKUP_INFO

Returns the backupable virtual machine state information.

Syntax
PRL_RESULT PrlBackupInfo_GetState(
    PRL_HANDLE hBackupInfo, 
    VIRTUAL_MACHINE_STATE_PTR pnVmState
);
File

PrlApiBackup.h

Parameters

pnVmState
[out] A pointer to a variable that receives the virtual machine state information.
handle
A handle of type PHT_BACKUP_INFO.

Returns

PRL_RESULT. Possible values: 

PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed. 

PRL_ERR_NO_DATA - the virtual machine state information is not available. 

PRL_ERR_SUCCESS - function completed successfully. 

Links
© 2021 Parallels International GmbH. All rights reserved.