Collapse All
Parallels C API Reference Guide
ContentsIndex
PreviousUpNext
PrlVmDev_SetRemote Function
PrlApi.h  Virtual Device Functions  Send Feedback

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 (c) 1999-2009 Parallels Software International Inc.
What do you think about this topic? Send feedback!