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

Checks if the specified virtual device is connected.

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

PrlApiVm.h

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 ©2016-2017 Parallels International GmbH. All rights reserved.