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

Changes the "remote" flag for the specified device.

Syntax
PRL_RESULT PrlVmDev_SetRemote(
    PRL_HANDLE hVmDev, 
    PRL_BOOL bRemote
);
File

PrlApiVm.h

Parameters

hVmDev
A handle identifying the virtual device.
bRemote
Specify PRL_TRUE to make the device appear as remote. Specify PRL_FALSE to make the device appear as local.

Returns

PRL_RESULT. Possible values: PRL_ERR_INVALID_ARG - non valid virtual device handle or handle of already removed VM device was passed PRL_ERR_SUCCESS - operation completed successfully

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