Collapse All
Virtuozzo Virtualization SDK C API Reference
ContentsIndex
PreviousUpNext
PrlHandle_GetChannelStatistics Function
Handle Functions

Retrieves IO channel statistics (throughput, delay) for correspond virtual machine or remote desktop control object.

Syntax
PRL_RESULT PrlHandle_GetChannelStatistics(
    PRL_HANDLE hObj, 
    PRL_IO_CHANNEL_STAT_PTR channelStat
);
File

PrlApiCore.h

Parameters

hObj
channelStat
A pointer to the statistics structure

Returns

PRL_RESULT. Possible values: 

PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed. PRL_ERR_NO_DATA - mostly indicates there is no connection to remote desktop now available. I.e. PrlDevDisplay_ConnectToVm was not called. 

PRL_ERR_SUCCESS - function completed successfully. 

Links
Copyright ©2016-2017 Parallels International GmbH. All rights reserved.