Collapse All
Parallels Desktop® 10 for Mac — C API Reference Guide
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-2015 Parallels IP Holdings GmbH and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!