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

Checks if the specified virtual device is connected.

Syntax
PRL_RESULT PrlVmDev_IsConnected(
    PRL_HANDLE hVmDev, 
    PRL_BOOL_PTR pbConnected
);
File
Parameters

hVmDev
A handle identifying the virtual device.
pbConnected
[out] A pointer to a variable that receives the result.
Returns

PRL_RESULT . Possible values: PRL_ERR_INVALID_ARG - invalid device handle or non valid (NULL) pointer to storing result, 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!