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

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