Collapse All
Parallels Virtualization SDK
ContentsIndex
PreviousUpNext
PrlBackupInfo_IsBootcamp Function
PHT_BACKUP_INFO

Checks that the backupable virtual machine is bootcamp VM.

Syntax
PRL_RESULT PrlBackupInfo_IsBootcamp(
    PRL_HANDLE hBackupInfo, 
    PRL_BOOL_PTR pbBootcamp
);
File

PrlApiBackup.h

Parameters

pbBootcamp
[out] A pointer to a variable that receives the bootcamp 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_SUCCESS - function completed successfully. 

Links
© 2021 Parallels International GmbH. All rights reserved.