Collapse All
Parallels Virtualization SDK
PrlVmDevHdPart_Remove Function
PHT_VIRTUAL_DEV_HD_PARTITION

Removes the specified partition handle from the virtual hard disk list.

Syntax
PRL_RESULT PrlVmDevHdPart_Remove(
    PRL_HANDLE hPartition
);
File

PrlApiVm.h

Parameters

hPartition
A handle identifying the partition.
Returns

PRL_RESULT . Possible values:

PRL_ERR_INVALID_ARG - invalid handle was passed.

PRL_ERR_SUCCESS - function completed successfully.

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