Collapse All
Parallels Virtualization SDK
PrlDisk_ChangeKey Function
PHT_VIRTUAL_DISK

This function used to change the key of the encrypted disk

Syntax
PRL_RESULT PrlDisk_ChangeKey(
    const PRL_HANDLE Handle, 
    PRL_UINT8_PTR Key, 
    PRL_UINT32 Length, 
    PRL_UINT8_PTR NewKey, 
    PRL_UINT32 NewLength
);
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
NewKey
Pointer to the raw new key data
NewLength
New key length
Returns

PRL_RESULT error code.

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