Collapse All
Parallels C API Reference Guide
PrlVmDevHd_SetPassword Function
PrlApi.h PHT_VIRTUAL_DEV_HARD_DISK See Also

Lets to setup password for virtual hard disk device in case if last one is encrypted (this password uses then at calls PrlVmDevHd_CheckPassword and PrlVm_Commit )

Syntax
PRL_RESULT PrlVmDevHd_SetPassword(
    PRL_HANDLE hVmDev, 
    PRL_CONST_STR sPassword
);
File
Parameters

hVmDev
A valid handle of type PHT_VIRTUAL_DEV_HARD_DISK identifying the virtual hard disk.
sPasswd
[in] Setting password - an UTF-8 encoded string with null 0 symbol at the end. In case to specify an empty password just pass 0 or "".
Returns

PRL_RESULT . Possible values:

PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed.

PRL_ERR_SUCCESS - function completed successfully.

See Also
Links
Copyright © 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!