Collapse All
Parallels C API Reference Guide
PrlVmDev_SetRemote Function
PrlApi.h Virtual Device Functions

Changes the "remote" flag for the specified device.

Syntax
PRL_RESULT PrlVmDev_SetRemote(
    PRL_HANDLE hVmDev, 
    PRL_BOOL bRemote
);
File
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 © 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!