Collapse All
Parallels Virtualization SDK
PrlDisk_SetKey Function
PHT_VIRTUAL_DISK

This function used to set the key to the encrypted disk

Syntax
PRL_RESULT PrlDisk_SetKey(
    const PRL_HANDLE Handle, 
    PRL_UINT8_PTR Key, 
    PRL_UINT32 Length
);
File

PrlDisk.h

Parameters

Handle
A handle of type PHT_VIRTUAL_DISK identifying the source virtual disk.
Key
Pointer to the raw key data
Length
Key length
Returns

PRL_RESULT error code.

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