Collapse All
Virtuozzo Virtualization SDK C API Reference
ContentsIndex
PreviousUpNext
PrlVmDev_Remove Function
Virtual Device Functions

Removes the specified virtual device handle from the parent virtual machine list.

Syntax
PRL_RESULT PrlVmDev_Remove(
    PRL_HANDLE hVmDev
);
File

PrlApiVm.h

Parameters

hVmDev
A handle identifying the virtual device.

Returns

PRL_RESULT. Possible values: 

PRL_ERR_INVALID_ARG - invalid handle was passed. 

PRL_ERR_SUCCESS - function completed successfully. 

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